Package io.sundr.model
Class TypeParamDefBuilder
- All Implemented Interfaces:
Builder<TypeParamDef>,Visitable<TypeParamDefBuilder>,VisitableBuilder<TypeParamDef,TypeParamDefBuilder>
public class TypeParamDefBuilder
extends TypeParamDefFluent<TypeParamDefBuilder>
implements VisitableBuilder<TypeParamDef,TypeParamDefBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.sundr.model.TypeParamDefFluent
TypeParamDefFluent.BoundsNested<N> -
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
ConstructorsConstructorDescriptionTypeParamDefBuilder(TypeParamDef instance) TypeParamDefBuilder(TypeParamDefFluent<?> fluent) TypeParamDefBuilder(TypeParamDefFluent<?> fluent, TypeParamDef instance) -
Method Summary
Methods inherited from class io.sundr.model.TypeParamDefFluent
addAllToBounds, addNewBound, addNewBoundLike, addToBounds, addToBounds, buildBound, buildBounds, buildFirstBound, buildLastBound, buildMatchingBound, copyInstance, editBound, editFirstBound, editLastBound, editMatchingBound, equals, getName, hasBounds, hashCode, hasMatchingBound, hasName, removeAllFromBounds, removeFromBounds, removeMatchingFromBounds, setNewBoundLike, setToBounds, toString, withBounds, withBounds, withNameMethods 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
-
Constructor Details
-
TypeParamDefBuilder
public TypeParamDefBuilder() -
TypeParamDefBuilder
-
TypeParamDefBuilder
-
TypeParamDefBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<TypeParamDef>
-