Package io.sundr.model
Class PropertyBuilder
java.lang.Object
- All Implemented Interfaces:
Builder<Property>,Visitable<PropertyBuilder>,VisitableBuilder<Property,PropertyBuilder>
public class PropertyBuilder
extends PropertyFluent<PropertyBuilder>
implements VisitableBuilder<Property,PropertyBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.sundr.model.PropertyFluent
PropertyFluent.AnnotationsNested<N>, PropertyFluent.ClassRefTypeNested<N>, PropertyFluent.PrimitiveRefTypeNested<N>, PropertyFluent.TypeParamRefTypeNested<N>, PropertyFluent.VoidRefTypeNested<N>, PropertyFluent.WildcardRefTypeNested<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
ConstructorsConstructorDescriptionPropertyBuilder(Property instance) PropertyBuilder(PropertyFluent<?> fluent) PropertyBuilder(PropertyFluent<?> fluent, Property instance) -
Method Summary
Methods inherited from class io.sundr.model.PropertyFluent
addAllToAnnotations, addAllToComments, addNewAnnotation, addNewAnnotationLike, addToAnnotations, addToAnnotations, addToComments, addToComments, buildAnnotation, buildAnnotations, builder, buildFirstAnnotation, buildLastAnnotation, buildMatchingAnnotation, buildTypeRef, copyInstance, editAnnotation, editFirstAnnotation, editLastAnnotation, editMatchingAnnotation, equals, getComment, getComments, getFirstComment, getInitialValue, getLastComment, getMatchingComment, getName, hasAnnotations, hasComments, hasEnumConstant, hashCode, hasInitialValue, hasMatchingAnnotation, hasMatchingComment, hasName, hasSynthetic, hasTypeRef, isEnumConstant, isSynthetic, removeAllFromAnnotations, removeAllFromComments, removeFromAnnotations, removeFromComments, removeMatchingFromAnnotations, setNewAnnotationLike, setToAnnotations, setToComments, toString, withAnnotations, withAnnotations, withComments, withComments, withEnumConstant, withEnumConstant, withInitialValue, withInitialValue, withName, withNewClassRefType, withNewClassRefTypeLike, withNewPrimitiveRefType, withNewPrimitiveRefTypeLike, withNewTypeParamRefType, withNewTypeParamRefTypeLike, withNewVoidRefType, withNewVoidRefTypeLike, withNewWildcardRefType, withNewWildcardRefTypeLike, withSynthetic, withSynthetic, withTypeRefMethods 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