Uses of Annotation Interface
org.apache.juneau.annotation.Marshalled
Packages that use Marshalled
Package
Description
-
Uses of Marshalled in org.apache.juneau
Method parameters in org.apache.juneau with type arguments of type MarshalledModifier and TypeMethodDescriptionMarshalledFilter.Builder.applyAnnotations
(List<Marshalled> annotations) Applies the information in the specified list of@Marshalled
annotations to this filter. -
Uses of Marshalled in org.apache.juneau.annotation
Fields in org.apache.juneau.annotation declared as MarshalledModifier and TypeFieldDescriptionstatic final Marshalled
MarshalledAnnotation.DEFAULT
Default valueMethods in org.apache.juneau.annotation that return MarshalledModifier and TypeMethodDescriptionMarshalledAnnotation.Builder.build()
Instantiates a new@Marshalled
object initialized with this builder.static Marshalled
MarshalledAnnotation.copy
(Marshalled a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.annotation with parameters of type MarshalledModifier and TypeMethodDescriptionstatic Marshalled
MarshalledAnnotation.copy
(Marshalled a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.annotation with type arguments of type MarshalledModifier and TypeMethodDescriptionvoid
MarshalledAnnotation.Applier.apply
(AnnotationInfo<Marshalled> ai, BeanContext.Builder b) -
Uses of Marshalled in org.apache.juneau.examples.rest.dto
Classes in org.apache.juneau.examples.rest.dto with annotations of type MarshalledModifier and TypeClassDescriptionclass
Sample resource that shows how to serialize JSON-Schema documents.