Uses of Class
org.glassfish.jersey.jackson.JacksonFeature
-
Packages that use JacksonFeature Package Description org.glassfish.jersey.jackson Jersey classes supporting JSON media type processing based on Jackson. -
-
Uses of JacksonFeature in org.glassfish.jersey.jackson
Methods in org.glassfish.jersey.jackson that return JacksonFeature Modifier and Type Method Description JacksonFeatureJacksonFeature. jaxrsFeature(JaxRSFeature feature, boolean state)RegisterJaxRSFeaturewith the Jackson providers.JacksonFeatureJacksonFeature. maxStringLength(int maxStringLength)Sets theMessageProperties.JSON_MAX_STRING_LENGTHproperty to a provided value.static JacksonFeatureJacksonFeature. withExceptionMappers()Create JacksonFeature with working Jackson's exception mappersstatic JacksonFeatureJacksonFeature. withoutExceptionMappers()Create JacksonFeature without registered Jackson's exception mappers
-