Uses of Annotation Interface
org.apache.juneau.serializer.annotation.SerializerConfig
Packages that use SerializerConfig
Package
Description
REST Server Examples
REST DTO Examples
REST Spring Boot Examples
Microservice Samples
Predefined REST configuration interfaces
Serializer Annotations
-
Uses of SerializerConfig in org.apache.juneau.examples.rest
Classes 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.dto
Classes 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.springboot
Classes 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.template
Classes 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.config
Classes 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.annotation
Method 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)