Class JaxrsFeatureBag<T extends JaxrsFeatureBag>
- java.lang.Object
-
- org.glassfish.jersey.jackson.internal.JaxrsFeatureBag<T>
-
- Direct Known Subclasses:
JacksonFeature
public class JaxrsFeatureBag<T extends JaxrsFeatureBag> extends Object
Internal holder class forJaxRSFeaturesettings and their values.
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringJAXRS_FEATURE
-
Constructor Summary
Constructors Constructor Description JaxrsFeatureBag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanhasJaxrsFeature()TjaxrsFeature(JaxRSFeature feature, boolean state)
-
-
-
Field Detail
-
JAXRS_FEATURE
protected static final String JAXRS_FEATURE
- See Also:
- Constant Field Values
-
-
Method Detail
-
jaxrsFeature
public T jaxrsFeature(JaxRSFeature feature, boolean state)
-
hasJaxrsFeature
protected boolean hasJaxrsFeature()
-
-