Uses of Annotation Interface
org.apache.juneau.annotation.Marshalled
Packages that use Marshalled
Package
Description
- 
Uses of Marshalled in org.apache.juneauMethod 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@Marshalledannotations to this filter.
- 
Uses of Marshalled in org.apache.juneau.annotationFields in org.apache.juneau.annotation declared as MarshalledModifier and TypeFieldDescriptionstatic final MarshalledMarshalledAnnotation.DEFAULTDefault valueMethods in org.apache.juneau.annotation that return MarshalledModifier and TypeMethodDescriptionMarshalledAnnotation.Builder.build()Instantiates a new@Marshalledobject initialized with this builder.static MarshalledMarshalledAnnotation.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 MarshalledMarshalledAnnotation.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 TypeMethodDescriptionvoidMarshalledAnnotation.Applier.apply(AnnotationInfo<Marshalled> ai, BeanContext.Builder b) 
- 
Uses of Marshalled in org.apache.juneau.examples.rest.dtoClasses in org.apache.juneau.examples.rest.dto with annotations of type MarshalledModifier and TypeClassDescriptionclassSample resource that shows how to serialize JSON-Schema documents.