Uses of Class
org.glassfish.jersey.jackson.JacksonFeature
Packages that use JacksonFeature
Package
Description
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 JacksonFeatureModifier and TypeMethodDescriptionJacksonFeature.jaxrsFeature
(JaxRSFeature feature, boolean state) RegisterJaxRSFeature
with the Jackson providers.JacksonFeature.maxStringLength
(int maxStringLength) Sets theMessageProperties.JSON_MAX_STRING_LENGTH
property to a provided value.static JacksonFeature
JacksonFeature.withExceptionMappers()
Create JacksonFeature with working Jackson's exception mappersstatic JacksonFeature
JacksonFeature.withoutExceptionMappers()
Create JacksonFeature without registered Jackson's exception mappers