Uses of Class
org.glassfish.jersey.moxy.json.MoxyJsonConfig

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)
           
 MoxyJsonConfig MoxyJsonConfig.property(String name, Object value)
           
 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)
           
 MoxyJsonConfig MoxyJsonConfig.setNamespacePrefixMapper(Map<String,String> namespacePrefixMapper)
           
 MoxyJsonConfig MoxyJsonConfig.setNamespaceSeparator(char namespaceSeparator)
           
 MoxyJsonConfig MoxyJsonConfig.setUnmarshallerProperties(Map<String,Object> unmarshallerProperties)
           
 MoxyJsonConfig MoxyJsonConfig.setValueWrapper(String valueWrapper)
           
 MoxyJsonConfig MoxyJsonConfig.unmarshallerProperty(String name, Object value)
           
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.