public interface ContextResolver<T>
Provider
.
A ContextResolver
implementation may be annotated
with Produces
to restrict the media types for
which it will be considered suitable.Modifier and Type | Method and Description |
---|---|
T |
getContext(Class<?> type)
Get a context of type
T that is applicable to the supplied
type. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.