Uses of Class
org.glassfish.jersey.moxy.json.MoxyJsonConfig
Package
Description
Jersey classes supporting JSON media type processing based on Moxy.
-
Uses of MoxyJsonConfig in org.glassfish.jersey.moxy.json
Modifier and TypeMethodDescriptionMoxyJsonConfig.marshallerProperty
(String name, Object value) Set the value of the property for usedMarshaller
.Set the value of the property for bothMarshaller
/Unmarshaller
.MoxyJsonConfig.setAttributePrefix
(String attributePrefix) MoxyJsonConfig.setFormattedOutput
(boolean formattedOutput) MoxyJsonConfig.setIncludeRoot
(boolean includeRoot) MoxyJsonConfig.setMarshalEmptyCollections
(boolean marshalEmptyCollections) MoxyJsonConfig.setMarshallerProperties
(Map<String, Object> marshallerProperties) Add properties from the given map to the existing marshaller properties.MoxyJsonConfig.setNamespacePrefixMapper
(Map<String, String> namespacePrefixMapper) MoxyJsonConfig.setNamespaceSeparator
(char namespaceSeparator) MoxyJsonConfig.setUnmarshallerProperties
(Map<String, Object> unmarshallerProperties) Add properties from the given map to the existing unmarshaller properties.MoxyJsonConfig.setValueWrapper
(String valueWrapper) MoxyJsonConfig.unmarshallerProperty
(String name, Object value) Set the value of the property for usedUnmarshaller
.Modifier and TypeMethodDescriptionMoxyJsonConfig.resolver()
Create acontext resolver
for a current state of thisMoxyJsonConfig
.