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

Packages that use MoxyJsonConfig
org.glassfish.jersey.moxy.json Jersey classes supporting JSON media type processing based on Moxy. 
 

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.
 



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