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)
ContextResolver
T
that is applicable to the supplied
type.getContext
in interface ContextResolver
type
- the class of object for which a context is desirednull
if a
context for the supplied type is not available from this provider.Copyright © 2021 JBoss by Red Hat. All rights reserved.