Package com.fasterxml.classmate
Class AnnotationOverrides.StdBuilder
java.lang.Object
com.fasterxml.classmate.AnnotationOverrides.StdBuilder
- Enclosing class:
AnnotationOverrides
To make it easy to use simple override implementation (where overrides
are direct and explicit), here is a build that allow constructing
such override instance.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Method that will construct aAnnotationOverrides
instance using mappings that have been added using this builder
-
Field Details
-
_targetsToOverrides
-
-
Constructor Details
-
StdBuilder
public StdBuilder()
-
-
Method Details
-
add
-
add
-
build
Method that will construct aAnnotationOverrides
instance using mappings that have been added using this builder
-