public class ContextResolverProxy extends Object implements ContextResolver
| Constructor and Description |
|---|
ContextResolverProxy() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContext(Class type)
Get a context of type
T that is applicable to the supplied
type. |
public Object getContext(Class type)
ContextResolverT that is applicable to the supplied
type.getContext in interface ContextResolvertype - the class of object for which a context is desirednull if a
context for the supplied type is not available from this provider.Copyright © 2018 JBoss by Red Hat. All rights reserved.