Package org.apache.juneau.annotation
Class BeanIgnoreAnnotation
java.lang.Object
org.apache.juneau.annotation.BeanIgnoreAnnotation
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classApplies targetedBeanIgnoreannotations to aBeanContext.Builder.static @interfaceA collection of@BeanIgnore annotations.static classBuilder class.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic BeanIgnorecopy(BeanIgnore a, VarResolverSession r) Creates a copy of the specified annotation.static BeanIgnoreAnnotation.Buildercreate()Instantiates a new builder for this class.static BeanIgnoreAnnotation.BuilderInstantiates a new builder for this class.static BeanIgnoreAnnotation.BuilderInstantiates a new builder for this class.
- 
Field Details- 
DEFAULTDefault value
 
- 
- 
Constructor Details- 
BeanIgnoreAnnotationpublic BeanIgnoreAnnotation()
 
- 
- 
Method Details- 
createInstantiates a new builder for this class.- Returns:
- A new builder object.
 
- 
createInstantiates a new builder for this class.- Parameters:
- on- The targets this annotation applies to.
- Returns:
- A new builder object.
 
- 
createInstantiates a new builder for this class.- Parameters:
- on- The targets this annotation applies to.
- Returns:
- A new builder object.
 
- 
copyCreates a copy of the specified annotation.- Parameters:
- a- The annotation to copy.
- r- The var resolver for resolving any variables.
- Returns:
- A copy of the specified annotation.
 
 
-