Package io.sundr.model
Class TypeDefBuilder
java.lang.Object
- All Implemented Interfaces:
Builder<TypeDef>,Visitable<TypeDefBuilder>,VisitableBuilder<TypeDef,TypeDefBuilder>
public class TypeDefBuilder
extends TypeDefFluent<TypeDefBuilder>
implements VisitableBuilder<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> -
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
ConstructorsConstructorDescriptionTypeDefBuilder(TypeDef instance) TypeDefBuilder(TypeDefFluent<?> fluent) TypeDefBuilder(TypeDefFluent<?> fluent, TypeDef instance) -
Method Summary
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, withPropertiesMethods inherited from class io.sundr.model.ModifierSupportFluent
buildModifiers, copyInstance, editModifiers, editOrNewModifiers, editOrNewModifiersLike, hasModifiers, withModifiers, withNewModifiers, withNewModifiersLikeMethods 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