Package org.apache.juneau.annotation
Class BeanpAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationMFBuilder
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.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.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.
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details
-
build
Instantiates a new@Beanpobject initialized with this builder.- Returns:
- A new
@Beanpobject.
-
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:TargetedAnnotationBuilderThe targets this annotation applies to.- Overrides:
onin classTargetedAnnotationMFBuilder- Parameters:
values- The targets this annotation applies to.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationMFBuilderAppends the fields that this annotation applies to.- Overrides:
onin classTargetedAnnotationMFBuilder- Parameters:
value- The values to append.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationMFBuilderAppends the methods that this annotation applies to.- Overrides:
onin classTargetedAnnotationMFBuilder- Parameters:
value- The values to append.- Returns:
- This object.
-