Package io.sundr.model
Class TypeParamDefBuilder
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.AttributeSupportFluent<A>
-
- io.sundr.model.TypeParamDefFluent<TypeParamDefBuilder>
-
- io.sundr.model.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
Constructors Constructor Description TypeParamDefBuilder()TypeParamDefBuilder(TypeParamDef instance)TypeParamDefBuilder(TypeParamDefFluent<?> fluent)TypeParamDefBuilder(TypeParamDefFluent<?> fluent, TypeParamDef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeParamDefbuild()-
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, withName
-
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
-
TypeParamDefBuilder
public TypeParamDefBuilder()
-
TypeParamDefBuilder
public TypeParamDefBuilder(TypeParamDefFluent<?> fluent)
-
TypeParamDefBuilder
public TypeParamDefBuilder(TypeParamDefFluent<?> fluent, TypeParamDef instance)
-
TypeParamDefBuilder
public TypeParamDefBuilder(TypeParamDef instance)
-
-
Method Detail
-
build
public TypeParamDef build()
- Specified by:
buildin interfaceBuilder<TypeParamDef>
-
-