Uses of Class
org.apache.juneau.marshaller.Marshaller
Packages that use Marshaller
Package
Description
REST Client API
REST Server Mock API
-
Uses of Marshaller in org.apache.juneau.marshaller
Subclasses of Marshaller in org.apache.juneau.marshallerModifier and TypeClassDescriptionclass
A subclass ofMarshaller
for character-based serializers and parsers.class
A pairing of aCsvSerializer
andCsvParser
into a single class with convenience read/write methods.class
A pairing of aHtmlSerializer
andHtmlParser
into a single class with convenience read/write methods.class
A pairing of aJsonSerializer
andJsonParser
into a single class with convenience read/write methods.class
A pairing of aJson5Serializer
andJsonParser
into a single class with convenience read/write methods.class
A pairing of aMsgPackSerializer
andMsgPackParser
into a single class with convenience read/write methods.class
A pairing of aOpenApiSerializer
andOpenApiParser
into a single class with convenience read/write methods.class
A pairing of aPlainTextSerializer
andPlainTextParser
into a single class with convenience read/write methods.class
A subclass ofMarshaller
for stream-based serializers and parsers.class
A pairing of aUonSerializer
andUonParser
into a single class with convenience read/write methods.class
A pairing of aUrlEncodingSerializer
andUrlEncodingParser
into a single class with convenience read/write methods.class
A pairing of aXmlSerializer
andXmlParser
into a single class with convenience read/write methods. -
Uses of Marshaller in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client with parameters of type MarshallerModifier and TypeMethodDescriptionRestClient.Builder.marshaller
(Marshaller value) RestClient configuration property: MarshallerRestClient.Builder.marshallers
(Marshaller... value) RestClient configuration property: Marshalls -
Uses of Marshaller in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock with parameters of type MarshallerModifier and TypeMethodDescriptionMockRestClient.Builder.marshaller
(Marshaller value) MockRestClient.Builder.marshallers
(Marshaller... value)