Package | Description |
---|---|
org.glassfish.jersey.moxy.json |
Jersey classes supporting JSON media type processing based on Moxy.
|
Modifier and Type | Method and Description |
---|---|
MoxyJsonConfig |
MoxyJsonConfig.marshallerProperty(String name,
Object value)
Set the value of the property for used
Marshaller . |
MoxyJsonConfig |
MoxyJsonConfig.property(String name,
Object value)
Set the value of the property for both
Marshaller / Unmarshaller . |
MoxyJsonConfig |
MoxyJsonConfig.setAttributePrefix(String attributePrefix) |
MoxyJsonConfig |
MoxyJsonConfig.setFormattedOutput(boolean formattedOutput) |
MoxyJsonConfig |
MoxyJsonConfig.setIncludeRoot(boolean includeRoot) |
MoxyJsonConfig |
MoxyJsonConfig.setMarshalEmptyCollections(boolean marshalEmptyCollections) |
MoxyJsonConfig |
MoxyJsonConfig.setMarshallerProperties(Map<String,Object> marshallerProperties)
Add properties from the given map to the existing marshaller properties.
|
MoxyJsonConfig |
MoxyJsonConfig.setNamespacePrefixMapper(Map<String,String> namespacePrefixMapper) |
MoxyJsonConfig |
MoxyJsonConfig.setNamespaceSeparator(char namespaceSeparator) |
MoxyJsonConfig |
MoxyJsonConfig.setUnmarshallerProperties(Map<String,Object> unmarshallerProperties)
Add properties from the given map to the existing unmarshaller properties.
|
MoxyJsonConfig |
MoxyJsonConfig.setValueWrapper(String valueWrapper) |
MoxyJsonConfig |
MoxyJsonConfig.unmarshallerProperty(String name,
Object value)
Set the value of the property for used
Unmarshaller . |
Modifier and Type | Method and Description |
---|---|
ContextResolver<MoxyJsonConfig> |
MoxyJsonConfig.resolver()
Create a
context resolver for a current state of this MoxyJsonConfig . |
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.