Uses of Annotation Interface
org.apache.juneau.serializer.annotation.SerializerConfig
Packages that use SerializerConfig
Package
Description
Predefined REST configuration interfaces
- 
Uses of SerializerConfig in org.apache.juneau.examples.restClasses in org.apache.juneau.examples.rest with annotations of type SerializerConfigModifier and TypeClassDescriptionclassSample REST resource for echoing HttpServletRequests back to the browser.classSample REST resource showing how to implement a "router" resource page.
- 
Uses of SerializerConfig in org.apache.juneau.examples.rest.dtoClasses in org.apache.juneau.examples.rest.dto with annotations of type SerializerConfigModifier and TypeClassDescriptionclassSample resource that shows how to generate ATOM feeds.classSample REST resource showing how to implement a nested "router" resource page.
- 
Uses of SerializerConfig in org.apache.juneau.examples.rest.springbootClasses in org.apache.juneau.examples.rest.springboot with annotations of type SerializerConfigModifier and TypeClassDescriptionclassSample REST resource showing how to implement a "router" resource page.
- 
Uses of SerializerConfig in org.apache.juneau.microservice.springboot.templateClasses in org.apache.juneau.microservice.springboot.template with annotations of type SerializerConfigModifier and TypeClassDescriptionclassSample REST resource showing how to implement a "router" resource page.
- 
Uses of SerializerConfig in org.apache.juneau.rest.configClasses in org.apache.juneau.rest.config with annotations of type SerializerConfigModifier and TypeInterfaceDescriptioninterfacePredefined REST configuration that defines common default values for all configurations.
- 
Uses of SerializerConfig in org.apache.juneau.serializer.annotationMethod parameters in org.apache.juneau.serializer.annotation with type arguments of type SerializerConfigModifier and TypeMethodDescriptionvoidSerializerConfigAnnotation.OutputStreamSerializerApply.apply(AnnotationInfo<SerializerConfig> ai, OutputStreamSerializer.Builder b) voidSerializerConfigAnnotation.SerializerApply.apply(AnnotationInfo<SerializerConfig> ai, Serializer.Builder b) voidSerializerConfigAnnotation.WriterSerializerApply.apply(AnnotationInfo<SerializerConfig> ai, WriterSerializer.Builder b)