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:
io.sundr.builder.Builder<io.sundr.model.TypeParamRef>,io.sundr.builder.Visitable<TypeParamRefBuilder>,io.sundr.builder.VisitableBuilder<io.sundr.model.TypeParamRef,TypeParamRefBuilder>
public class TypeParamRefBuilder extends TypeParamRefFluent<TypeParamRefBuilder> implements io.sundr.builder.VisitableBuilder<io.sundr.model.TypeParamRef,TypeParamRefBuilder>
-
-
Constructor Summary
Constructors Constructor Description TypeParamRefBuilder()TypeParamRefBuilder(io.sundr.model.TypeParamRef instance)TypeParamRefBuilder(TypeParamRefFluent<?> fluent)TypeParamRefBuilder(TypeParamRefFluent<?> fluent, io.sundr.model.TypeParamRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sundr.model.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, io.sundr.model.TypeParamRef instance)
-
TypeParamRefBuilder
public TypeParamRefBuilder(io.sundr.model.TypeParamRef instance)
-
-