Class ContextResolverProxy

    • Constructor Detail

      • ContextResolverProxy

        public ContextResolverProxy()
    • Method Detail

      • getContext

        public Object getContext​(Class type)
        Description copied from interface: ContextResolver
        Get a context of type T that is applicable to the supplied type.
        Specified by:
        getContext in interface ContextResolver
        Parameters:
        type - the class of object for which a context is desired
        Returns:
        a context for the supplied type or null if a context for the supplied type is not available from this provider.