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:
io.sundr.builder.Builder<io.sundr.model.TypeParamDef>,io.sundr.builder.Visitable<TypeParamDefBuilder>,io.sundr.builder.VisitableBuilder<io.sundr.model.TypeParamDef,TypeParamDefBuilder>
public class TypeParamDefBuilder extends TypeParamDefFluent<TypeParamDefBuilder> implements io.sundr.builder.VisitableBuilder<io.sundr.model.TypeParamDef,TypeParamDefBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.sundr.model.TypeParamDefFluent
TypeParamDefFluent.BoundsNested<N>
-
-
Constructor Summary
Constructors Constructor Description TypeParamDefBuilder()TypeParamDefBuilder(io.sundr.model.TypeParamDef instance)TypeParamDefBuilder(TypeParamDefFluent<?> fluent)TypeParamDefBuilder(TypeParamDefFluent<?> fluent, io.sundr.model.TypeParamDef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sundr.model.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, io.sundr.model.TypeParamDef instance)
-
TypeParamDefBuilder
public TypeParamDefBuilder(io.sundr.model.TypeParamDef instance)
-
-