Package io.sundr.model
Class PropertyBuilder
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.AttributeSupportFluent<A>
-
- io.sundr.model.ModifierSupportFluent<A>
-
- io.sundr.model.PropertyFluent<PropertyBuilder>
-
- io.sundr.model.PropertyBuilder
-
- All Implemented Interfaces:
io.sundr.builder.Builder<io.sundr.model.Property>,io.sundr.builder.Visitable<PropertyBuilder>,io.sundr.builder.VisitableBuilder<io.sundr.model.Property,PropertyBuilder>
public class PropertyBuilder extends PropertyFluent<PropertyBuilder> implements io.sundr.builder.VisitableBuilder<io.sundr.model.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>
-
-
Constructor Summary
Constructors Constructor Description PropertyBuilder()PropertyBuilder(io.sundr.model.Property instance)PropertyBuilder(PropertyFluent<?> fluent)PropertyBuilder(PropertyFluent<?> fluent, io.sundr.model.Property instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sundr.model.Propertybuild()-
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, withTypeRef
-
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
-
PropertyBuilder
public PropertyBuilder()
-
PropertyBuilder
public PropertyBuilder(PropertyFluent<?> fluent)
-
PropertyBuilder
public PropertyBuilder(PropertyFluent<?> fluent, io.sundr.model.Property instance)
-
PropertyBuilder
public PropertyBuilder(io.sundr.model.Property instance)
-
-