Skip navigation links
C G I M O P R S U 

C

configure(FeatureContext) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
 

G

getAttributePrefix() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
getMarshallerProperties() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Get marshaller properties.
getNamespacePrefixMapper() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
getNamespaceSeparator() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
getUnmarshallerProperties() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Get unmarshaller properties.
getValueWrapper() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 

I

isFormattedOutput() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
isIncludeRoot() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
isMarshalEmptyCollections() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 

M

marshallerProperty(String, Object) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Set the value of the property for used Marshaller.
MoxyJsonConfig - Class in org.glassfish.jersey.moxy.json
Configuration class for MOXy JSON provider.
MoxyJsonConfig() - Constructor for class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Create a new configuration for MOXyJsonProvider and initialize default properties.
MoxyJsonConfig(boolean) - Constructor for class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Create a new configuration for MOXyJsonProvider.
MoxyJsonFeature - Class in org.glassfish.jersey.moxy.json
Feature used to register MOXy JSON providers.
MoxyJsonFeature() - Constructor for class org.glassfish.jersey.moxy.json.MoxyJsonFeature
 
MoxyXmlFeature - Class in org.glassfish.jersey.moxy.xml
Feature used to register MOXy XML providers.
MoxyXmlFeature() - Constructor for class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
Default constructor creates standard JAXBContext without any activated features and properties.
MoxyXmlFeature(Class<?>...) - Constructor for class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
Constructor which allows MOXy JAXBContext customization.
MoxyXmlFeature(Map<String, Object>, ClassLoader, boolean, Class...) - Constructor for class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
Constructor which allows MOXy JAXBContext customization.

O

org.glassfish.jersey.moxy.json - package org.glassfish.jersey.moxy.json
Jersey classes supporting JSON media type processing based on Moxy.
org.glassfish.jersey.moxy.xml - package org.glassfish.jersey.moxy.xml
Jersey classes supporting XML media type processing based on Moxy.

P

property(String, Object) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Set the value of the property for both Marshaller / Unmarshaller.

R

resolver() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Create a context resolver for a current state of this MoxyJsonConfig.

S

setAttributePrefix(String) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setFormattedOutput(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setIncludeRoot(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setMarshalEmptyCollections(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setMarshallerProperties(Map<String, Object>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Add properties from the given map to the existing marshaller properties.
setNamespacePrefixMapper(Map<String, String>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setNamespaceSeparator(char) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setUnmarshallerProperties(Map<String, Object>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Add properties from the given map to the existing unmarshaller properties.
setValueWrapper(String) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 

U

unmarshallerProperty(String, Object) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Set the value of the property for used Unmarshaller.
C G I M O P R S U 
Skip navigation links

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