Class JsonAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationTBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationTMFBuilder<JsonAnnotation.Builder>
org.apache.juneau.json.annotation.JsonAnnotation.Builder
- Enclosing class:
- JsonAnnotation
public static class JsonAnnotation.Builder
extends TargetedAnnotationTMFBuilder<JsonAnnotation.Builder>
Builder class.
 
See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Instantiates a new@Jsonobject initialized with this builder.wrapperAttr(String value) Sets theJson.wrapperAttr()property on this annotation.Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationTMFBuilderon, onMethods inherited from class org.apache.juneau.annotation.TargetedAnnotationTBuilderon, onClassMethods inherited from class org.apache.juneau.annotation.TargetedAnnotationBuilderonMethods inherited from class org.apache.juneau.annotation.AnnotationBuilderasThis, description
- 
Constructor Details- 
Builderprotected Builder()Constructor.
 
- 
- 
Method Details- 
buildInstantiates a new@Jsonobject initialized with this builder.- Returns:
- A new @Jsonobject.
 
- 
wrapperAttrSets theJson.wrapperAttr()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
 
-