Package io.sundr.model
Class AnnotationRefBuilder
- All Implemented Interfaces:
Builder<AnnotationRef>,Visitable<AnnotationRefBuilder>,VisitableBuilder<AnnotationRef,AnnotationRefBuilder>
public class AnnotationRefBuilder
extends AnnotationRefFluent<AnnotationRefBuilder>
implements VisitableBuilder<AnnotationRef,AnnotationRefBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.sundr.model.AnnotationRefFluent
AnnotationRefFluent.ClassRefNested<N> -
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationRefBuilder(AnnotationRef instance) AnnotationRefBuilder(AnnotationRefFluent<?> fluent) AnnotationRefBuilder(AnnotationRefFluent<?> fluent, AnnotationRef instance) -
Method Summary
Methods inherited from class io.sundr.model.AnnotationRefFluent
addToParameters, addToParameters, buildClassRef, copyInstance, editClassRef, editOrNewClassRef, editOrNewClassRefLike, equals, getParameters, hasClassRef, hashCode, hasParameters, removeFromParameters, removeFromParameters, toString, withClassRef, withNewClassRef, withNewClassRefLike, withParametersMethods inherited from class io.sundr.model.AttributeSupportFluent
addToAttributes, addToAttributes, copyInstance, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesMethods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
AnnotationRefBuilder
public AnnotationRefBuilder() -
AnnotationRefBuilder
-
AnnotationRefBuilder
-
AnnotationRefBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<AnnotationRef>
-