Package io.sundr.model
Class TypeParamRefBuilder
java.lang.Object
- All Implemented Interfaces:
Builder<TypeParamRef>,Visitable<TypeParamRefBuilder>,VisitableBuilder<TypeParamRef,TypeParamRefBuilder>
public class TypeParamRefBuilder
extends TypeParamRefFluent<TypeParamRefBuilder>
implements VisitableBuilder<TypeParamRef,TypeParamRefBuilder>
-
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
ConstructorsConstructorDescriptionTypeParamRefBuilder(TypeParamRef instance) TypeParamRefBuilder(TypeParamRefFluent<?> fluent) TypeParamRefBuilder(TypeParamRefFluent<?> fluent, TypeParamRef instance) -
Method Summary
Methods inherited from class io.sundr.model.TypeParamRefFluent
copyInstance, equals, getDimensions, getName, hasDimensions, hashCode, hasName, toString, withDimensions, withNameMethods inherited from class io.sundr.model.TypeRefFluent
copyInstanceMethods 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
-
TypeParamRefBuilder
public TypeParamRefBuilder() -
TypeParamRefBuilder
-
TypeParamRefBuilder
-
TypeParamRefBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<TypeParamRef>
-