Package io.sundr.model
Class TypeDefBuilder
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.AttributeSupportFluent<A>
-
- io.sundr.model.ModifierSupportFluent<A>
-
- io.sundr.model.TypeDefFluent<TypeDefBuilder>
-
- io.sundr.model.TypeDefBuilder
-
- All Implemented Interfaces:
io.sundr.builder.Builder<io.sundr.model.TypeDef>,io.sundr.builder.Visitable<TypeDefBuilder>,io.sundr.builder.VisitableBuilder<io.sundr.model.TypeDef,TypeDefBuilder>
public class TypeDefBuilder extends TypeDefFluent<TypeDefBuilder> implements io.sundr.builder.VisitableBuilder<io.sundr.model.TypeDef,TypeDefBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.sundr.model.TypeDefFluent
TypeDefFluent.AnnotationsNested<N>, TypeDefFluent.ConstructorsNested<N>, TypeDefFluent.ExtendsListNested<N>, TypeDefFluent.ImplementsListNested<N>, TypeDefFluent.InnerTypesNested<N>, TypeDefFluent.MethodsNested<N>, TypeDefFluent.ParametersNested<N>, TypeDefFluent.PropertiesNested<N>
-
Nested classes/interfaces inherited from class io.sundr.model.ModifierSupportFluent
ModifierSupportFluent.ModifiersNested<N>
-
-
Constructor Summary
Constructors Constructor Description TypeDefBuilder()TypeDefBuilder(io.sundr.model.TypeDef instance)TypeDefBuilder(TypeDefFluent<?> fluent)TypeDefBuilder(TypeDefFluent<?> fluent, io.sundr.model.TypeDef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sundr.model.TypeDefbuild()-
Methods inherited from class io.sundr.model.TypeDefFluent
addAllToAnnotations, addAllToComments, addAllToConstructors, addAllToExtendsList, addAllToImplementsList, addAllToInnerTypes, addAllToMethods, addAllToParameters, addAllToProperties, addNewAnnotation, addNewAnnotationLike, addNewConstructor, addNewConstructorLike, addNewExtendsList, addNewExtendsListLike, addNewImplementsList, addNewImplementsListLike, addNewInnerType, addNewInnerType, addNewInnerTypeLike, addNewMethod, addNewMethodLike, addNewParameter, addNewParameterLike, addNewProperty, addNewPropertyLike, addToAnnotations, addToAnnotations, addToComments, addToComments, addToConstructors, addToConstructors, addToExtendsList, addToExtendsList, addToImplementsList, addToImplementsList, addToInnerTypes, addToInnerTypes, addToMethods, addToMethods, addToParameters, addToParameters, addToProperties, addToProperties, buildAnnotation, buildAnnotations, buildConstructor, buildConstructors, buildExtendsList, buildExtendsList, buildFirstAnnotation, buildFirstConstructor, buildFirstExtendsList, buildFirstImplementsList, buildFirstInnerType, buildFirstMethod, buildFirstParameter, buildFirstProperty, buildImplementsList, buildImplementsList, buildInnerType, buildInnerTypes, buildLastAnnotation, buildLastConstructor, buildLastExtendsList, buildLastImplementsList, buildLastInnerType, buildLastMethod, buildLastParameter, buildLastProperty, buildMatchingAnnotation, buildMatchingConstructor, buildMatchingExtendsList, buildMatchingImplementsList, buildMatchingInnerType, buildMatchingMethod, buildMatchingParameter, buildMatchingProperty, buildMethod, buildMethods, buildParameter, buildParameters, buildProperties, buildProperty, copyInstance, editAnnotation, editConstructor, editExtendsList, editFirstAnnotation, editFirstConstructor, editFirstExtendsList, editFirstImplementsList, editFirstInnerType, editFirstMethod, editFirstParameter, editFirstProperty, editImplementsList, editInnerType, editLastAnnotation, editLastConstructor, editLastExtendsList, editLastImplementsList, editLastInnerType, editLastMethod, editLastParameter, editLastProperty, editMatchingAnnotation, editMatchingConstructor, editMatchingExtendsList, editMatchingImplementsList, editMatchingInnerType, editMatchingMethod, editMatchingParameter, editMatchingProperty, editMethod, editParameter, editProperty, equals, getComment, getComments, getFirstComment, getKind, getLastComment, getMatchingComment, getName, getOuterTypeName, getPackageName, hasAnnotations, hasComments, hasConstructors, hasExtendsList, hashCode, hasImplementsList, hasInnerTypes, hasKind, hasMatchingAnnotation, hasMatchingComment, hasMatchingConstructor, hasMatchingExtendsList, hasMatchingImplementsList, hasMatchingInnerType, hasMatchingMethod, hasMatchingParameter, hasMatchingProperty, hasMethods, hasName, hasOuterTypeName, hasPackageName, hasParameters, hasProperties, removeAllFromAnnotations, removeAllFromComments, removeAllFromConstructors, removeAllFromExtendsList, removeAllFromImplementsList, removeAllFromInnerTypes, removeAllFromMethods, removeAllFromParameters, removeAllFromProperties, removeFromAnnotations, removeFromComments, removeFromConstructors, removeFromExtendsList, removeFromImplementsList, removeFromInnerTypes, removeFromMethods, removeFromParameters, removeFromProperties, removeMatchingFromAnnotations, removeMatchingFromConstructors, removeMatchingFromExtendsList, removeMatchingFromImplementsList, removeMatchingFromInnerTypes, removeMatchingFromMethods, removeMatchingFromParameters, removeMatchingFromProperties, setNewAnnotationLike, setNewConstructorLike, setNewExtendsListLike, setNewImplementsListLike, setNewInnerTypeLike, setNewMethodLike, setNewParameterLike, setNewPropertyLike, setToAnnotations, setToComments, setToConstructors, setToExtendsList, setToImplementsList, setToInnerTypes, setToMethods, setToParameters, setToProperties, toString, withAnnotations, withAnnotations, withComments, withComments, withConstructors, withConstructors, withExtendsList, withExtendsList, withImplementsList, withImplementsList, withInnerTypes, withInnerTypes, withKind, withMethods, withMethods, withName, withOuterTypeName, withPackageName, withParameters, withParameters, withProperties, withProperties
-
Methods inherited from class io.sundr.model.ModifierSupportFluent
buildModifiers, copyInstance, editModifiers, editOrNewModifiers, editOrNewModifiersLike, hasModifiers, withModifiers, withNewModifiers, withNewModifiersLike
-
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
-
TypeDefBuilder
public TypeDefBuilder()
-
TypeDefBuilder
public TypeDefBuilder(TypeDefFluent<?> fluent)
-
TypeDefBuilder
public TypeDefBuilder(TypeDefFluent<?> fluent, io.sundr.model.TypeDef instance)
-
TypeDefBuilder
public TypeDefBuilder(io.sundr.model.TypeDef instance)
-
-