Package io.sundr.model
Class TypeParamRefBuilder
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.AttributeSupportFluent<A>
-
- io.sundr.model.TypeRefFluent<A>
-
- io.sundr.model.TypeParamRefFluent<TypeParamRefBuilder>
-
- io.sundr.model.TypeParamRefBuilder
-
- 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
Constructors Constructor Description TypeParamRefBuilder()TypeParamRefBuilder(TypeParamRef instance)TypeParamRefBuilder(TypeParamRefFluent<?> fluent)TypeParamRefBuilder(TypeParamRefFluent<?> fluent, TypeParamRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeParamRefbuild()-
Methods inherited from class io.sundr.model.TypeParamRefFluent
copyInstance, equals, getDimensions, getName, hasDimensions, hashCode, hasName, toString, withDimensions, withName
-
Methods inherited from class io.sundr.model.TypeRefFluent
copyInstance
-
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
-
TypeParamRefBuilder
public TypeParamRefBuilder()
-
TypeParamRefBuilder
public TypeParamRefBuilder(TypeParamRefFluent<?> fluent)
-
TypeParamRefBuilder
public TypeParamRefBuilder(TypeParamRefFluent<?> fluent, TypeParamRef instance)
-
TypeParamRefBuilder
public TypeParamRefBuilder(TypeParamRef instance)
-
-
Method Detail
-
build
public TypeParamRef build()
- Specified by:
buildin interfaceBuilder<TypeParamRef>
-
-