Package io.sundr.model
Class AnnotationRefBuilder
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.AttributeSupportFluent<A>
-
- io.sundr.model.AnnotationRefFluent<AnnotationRefBuilder>
-
- io.sundr.model.AnnotationRefBuilder
-
- All Implemented Interfaces:
io.sundr.builder.Builder<io.sundr.model.AnnotationRef>,io.sundr.builder.Visitable<AnnotationRefBuilder>,io.sundr.builder.VisitableBuilder<io.sundr.model.AnnotationRef,AnnotationRefBuilder>
public class AnnotationRefBuilder extends AnnotationRefFluent<AnnotationRefBuilder> implements io.sundr.builder.VisitableBuilder<io.sundr.model.AnnotationRef,AnnotationRefBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.sundr.model.AnnotationRefFluent
AnnotationRefFluent.ClassRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description AnnotationRefBuilder()AnnotationRefBuilder(io.sundr.model.AnnotationRef instance)AnnotationRefBuilder(AnnotationRefFluent<?> fluent)AnnotationRefBuilder(AnnotationRefFluent<?> fluent, io.sundr.model.AnnotationRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sundr.model.AnnotationRefbuild()-
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, withParameters
-
Methods inherited from class io.sundr.model.AttributeSupportFluent
addToAttributes, addToAttributes, copyInstance, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
-
Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AnnotationRefBuilder
public AnnotationRefBuilder()
-
AnnotationRefBuilder
public AnnotationRefBuilder(AnnotationRefFluent<?> fluent)
-
AnnotationRefBuilder
public AnnotationRefBuilder(AnnotationRefFluent<?> fluent, io.sundr.model.AnnotationRef instance)
-
AnnotationRefBuilder
public AnnotationRefBuilder(io.sundr.model.AnnotationRef instance)
-
-