Package org.apache.juneau.annotation
Class MarshalledAnnotation
java.lang.Object
org.apache.juneau.annotation.MarshalledAnnotation
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Applies targetedMarshalled
annotations to aBeanContext.Builder
.static @interface
A collection of@Marshalled annotations
.static class
Builder class. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Marshalled
copy
(Marshalled a, VarResolverSession r) Creates a copy of the specified annotation.static MarshalledAnnotation.Builder
create()
Instantiates a new builder for this class.static MarshalledAnnotation.Builder
Instantiates a new builder for this class.static MarshalledAnnotation.Builder
Instantiates a new builder for this class.
-
Field Details
-
DEFAULT
Default value
-
-
Constructor Details
-
MarshalledAnnotation
public MarshalledAnnotation()
-
-
Method Details
-
create
Instantiates a new builder for this class.- Returns:
- A new builder object.
-
create
Instantiates a new builder for this class.- Parameters:
on
- The targets this annotation applies to.- Returns:
- A new builder object.
-
create
Instantiates a new builder for this class.- Parameters:
on
- The targets this annotation applies to.- Returns:
- A new builder object.
-
copy
Creates a copy of the specified annotation.- Parameters:
a
- The annotation to copy.sr
- The var resolver for resolving any variables.- Returns:
- A copy of the specified annotation.
-