|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MoxyJsonConfig | |
|---|---|
| org.glassfish.jersey.moxy.json | |
| Uses of MoxyJsonConfig in org.glassfish.jersey.moxy.json |
|---|
| Methods in org.glassfish.jersey.moxy.json that return MoxyJsonConfig | |
|---|---|
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. |
| Methods in org.glassfish.jersey.moxy.json that return types with arguments of type MoxyJsonConfig | |
|---|---|
javax.ws.rs.ext.ContextResolver<MoxyJsonConfig> |
MoxyJsonConfig.resolver()
Create a context resolver for a current state of this MoxyJsonConfig. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||