Uses of Class
org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
Packages that use JsonMapperConfigurator
-
Uses of JsonMapperConfigurator in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
Subclasses with type arguments of type JsonMapperConfigurator in org.glassfish.jersey.jackson.internal.jackson.jaxrs.jsonModifier and TypeClassDescriptionclassBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).classHelper class used to encapsulate details of configuring anObjectMapperinstance to be used for data binding, as well as accessing it.