Package org.apache.juneau.annotation
Class BeanpAnnotation.Builder
java.lang.Object
org.apache.juneau.commons.annotation.AnnotationObject.Builder
org.apache.juneau.commons.annotation.AppliedAnnotationObject.Builder
org.apache.juneau.commons.annotation.AppliedAnnotationObject.BuilderMF
org.apache.juneau.annotation.BeanpAnnotation.Builder
- Enclosing class:
- BeanpAnnotation
Builder class.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Instantiates a new@Beanpobject initialized with this builder.description(String... value) Sets the description property on this annotation.dictionary(Class<?>... value) Sets theBeanp.dictionary()property on this annotation.Sets theBeanp.format()property on this annotation.Sets theBeanp.name()property on this annotation.Appends the fields that this annotation applies to.Appends the methods that this annotation applies to.The targets this annotation applies to.Appends the fields that this annotation applies to.on(MethodInfo... value) Appends the methods that this annotation applies to.Sets theBeanp.params()property on this annotation.properties(String value) Sets theBeanp.properties()property on this annotation.Sets theBeanp.ro()property on this annotation.Sets theBeanp.type()property on this annotation.Sets theBeanp.value()property on this annotation.Sets theBeanp.wo()property on this annotation.Methods inherited from class org.apache.juneau.commons.annotation.AnnotationObject.Builder
getAnnotationType
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details
-
build
Instantiates a new@Beanpobject initialized with this builder.- Returns:
- A new
@Beanpobject.
-
description
Sets the description property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
dictionary
Sets theBeanp.dictionary()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
format
Sets theBeanp.format()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
name
Sets theBeanp.name()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
params
Sets theBeanp.params()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
properties
Sets theBeanp.properties()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
ro
Sets theBeanp.ro()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
type
Sets theBeanp.type()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
value
Sets theBeanp.value()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
wo
Sets theBeanp.wo()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
on
Description copied from class:AppliedAnnotationObject.BuilderThe targets this annotation applies to.- Overrides:
onin classAppliedAnnotationObject.Builder- Parameters:
value- The targets this annotation applies to.- Returns:
- This object.
-
on
Description copied from class:AppliedAnnotationObject.BuilderMFAppends the methods that this annotation applies to.- Overrides:
onin classAppliedAnnotationObject.BuilderMF- Parameters:
value- The values to append.- Returns:
- This object.
-
on
Description copied from class:AppliedAnnotationObject.BuilderMFAppends the fields that this annotation applies to.- Overrides:
onin classAppliedAnnotationObject.BuilderMF- Parameters:
value- The values to append.- Returns:
- This object.
-
on
Description copied from class:AppliedAnnotationObject.BuilderMFAppends the fields that this annotation applies to.- Overrides:
onin classAppliedAnnotationObject.BuilderMF- Parameters:
value- The values to append.- Returns:
- This object.
-
on
Description copied from class:AppliedAnnotationObject.BuilderMFAppends the methods that this annotation applies to.- Overrides:
onin classAppliedAnnotationObject.BuilderMF- Parameters:
value- The values to append.- Returns:
- This object.
-