Package io.sundr.model
Class PrimitiveRefBuilder
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.AttributeSupportFluent<A>
-
- io.sundr.model.TypeRefFluent<A>
-
- io.sundr.model.PrimitiveRefFluent<PrimitiveRefBuilder>
-
- io.sundr.model.PrimitiveRefBuilder
-
- All Implemented Interfaces:
io.sundr.builder.Builder<io.sundr.model.PrimitiveRef>,io.sundr.builder.Visitable<PrimitiveRefBuilder>,io.sundr.builder.VisitableBuilder<io.sundr.model.PrimitiveRef,PrimitiveRefBuilder>
public class PrimitiveRefBuilder extends PrimitiveRefFluent<PrimitiveRefBuilder> implements io.sundr.builder.VisitableBuilder<io.sundr.model.PrimitiveRef,PrimitiveRefBuilder>
-
-
Constructor Summary
Constructors Constructor Description PrimitiveRefBuilder()PrimitiveRefBuilder(io.sundr.model.PrimitiveRef instance)PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent)PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent, io.sundr.model.PrimitiveRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sundr.model.PrimitiveRefbuild()-
Methods inherited from class io.sundr.model.PrimitiveRefFluent
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
-
PrimitiveRefBuilder
public PrimitiveRefBuilder()
-
PrimitiveRefBuilder
public PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent)
-
PrimitiveRefBuilder
public PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent, io.sundr.model.PrimitiveRef instance)
-
PrimitiveRefBuilder
public PrimitiveRefBuilder(io.sundr.model.PrimitiveRef instance)
-
-