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 static JacksonFeatureJacksonFeature. withExceptionMappers()Create JacksonFeature with working Jackson's exception mappersstatic JacksonFeatureJacksonFeature. withoutExceptionMappers()Create JacksonFeature without registered Jackson's exception mappers
-