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.rest
Classes in org.apache.juneau.examples.rest with annotations of type SerializerConfigModifier and TypeClassDescriptionclass
Sample REST resource for echoing HttpServletRequests back to the browser.class
Sample 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 TypeClassDescriptionclass
Sample resource that shows how to generate ATOM feeds.class
Sample 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 TypeClassDescriptionclass
Sample 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 TypeClassDescriptionclass
Sample 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 TypeInterfaceDescriptioninterface
Predefined 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 TypeMethodDescriptionvoid
SerializerConfigAnnotation.OutputStreamSerializerApply.apply
(AnnotationInfo<SerializerConfig> ai, OutputStreamSerializer.Builder b) void
SerializerConfigAnnotation.SerializerApply.apply
(AnnotationInfo<SerializerConfig> ai, Serializer.Builder b) void
SerializerConfigAnnotation.WriterSerializerApply.apply
(AnnotationInfo<SerializerConfig> ai, WriterSerializer.Builder b)