Uses of Class
org.apache.juneau.serializer.SerializerSet
Packages that use SerializerSet
Package
Description
REST Server API
REST Client API
Serializer API
-
Uses of SerializerSet in org.apache.juneau.rest
Fields in org.apache.juneau.rest declared as SerializerSetModifier and TypeFieldDescriptionprotected final SerializerSetRestContext.serializersprotected final SerializerSetRestOpContext.serializersMethods in org.apache.juneau.rest that return SerializerSetModifier and TypeMethodDescriptionRestContext.getSerializers()Returns the serializers associated with this context.RestOpContext.getSerializers()Returns the serializers to use for this method. -
Uses of SerializerSet in org.apache.juneau.rest.client
Fields in org.apache.juneau.rest.client declared as SerializerSet -
Uses of SerializerSet in org.apache.juneau.serializer
Methods in org.apache.juneau.serializer that return SerializerSetConstructors in org.apache.juneau.serializer with parameters of type SerializerSetModifierConstructorDescriptionprotectedBuilder(SerializerSet copyFrom) Clone an existing serializer group.