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.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