Uses of Class
org.apache.juneau.serializer.SerializerSet
Packages that use SerializerSet
- 
Uses of SerializerSet in org.apache.juneau.restMethods 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.serializerMethods 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.