Uses of Class
org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Packages that use MoxyJsonConfig Package Description 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 Modifier and Type Method Description MoxyJsonConfigMoxyJsonConfig. marshallerProperty(String name, Object value)Set the value of the property for usedMarshaller.MoxyJsonConfigMoxyJsonConfig. property(String name, Object value)Set the value of the property for bothMarshaller/Unmarshaller.MoxyJsonConfigMoxyJsonConfig. setAttributePrefix(String attributePrefix)MoxyJsonConfigMoxyJsonConfig. setFormattedOutput(boolean formattedOutput)MoxyJsonConfigMoxyJsonConfig. setIncludeRoot(boolean includeRoot)MoxyJsonConfigMoxyJsonConfig. setMarshalEmptyCollections(boolean marshalEmptyCollections)MoxyJsonConfigMoxyJsonConfig. setMarshallerProperties(Map<String,Object> marshallerProperties)Add properties from the given map to the existing marshaller properties.MoxyJsonConfigMoxyJsonConfig. setNamespacePrefixMapper(Map<String,String> namespacePrefixMapper)MoxyJsonConfigMoxyJsonConfig. setNamespaceSeparator(char namespaceSeparator)MoxyJsonConfigMoxyJsonConfig. setUnmarshallerProperties(Map<String,Object> unmarshallerProperties)Add properties from the given map to the existing unmarshaller properties.MoxyJsonConfigMoxyJsonConfig. setValueWrapper(String valueWrapper)MoxyJsonConfigMoxyJsonConfig. unmarshallerProperty(String name, Object value)Set the value of the property for usedUnmarshaller.Methods in org.glassfish.jersey.moxy.json that return types with arguments of type MoxyJsonConfig Modifier and Type Method Description jakarta.ws.rs.ext.ContextResolver<MoxyJsonConfig>MoxyJsonConfig. resolver()Create acontext resolverfor a current state of thisMoxyJsonConfig.
-