Package io.sundr.model
Class WildcardRefBuilder
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.AttributeSupportFluent<A>
-
- io.sundr.model.TypeRefFluent<A>
-
- io.sundr.model.WildcardRefFluent<WildcardRefBuilder>
-
- io.sundr.model.WildcardRefBuilder
-
- All Implemented Interfaces:
io.sundr.builder.Builder<io.sundr.model.WildcardRef>,io.sundr.builder.Visitable<WildcardRefBuilder>,io.sundr.builder.VisitableBuilder<io.sundr.model.WildcardRef,WildcardRefBuilder>
public class WildcardRefBuilder extends WildcardRefFluent<WildcardRefBuilder> implements io.sundr.builder.VisitableBuilder<io.sundr.model.WildcardRef,WildcardRefBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.sundr.model.WildcardRefFluent
WildcardRefFluent.ClassRefBoundsNested<N>, WildcardRefFluent.PrimitiveRefBoundsNested<N>, WildcardRefFluent.TypeParamRefBoundsNested<N>, WildcardRefFluent.VoidRefBoundsNested<N>, WildcardRefFluent.WildcardRefBoundsNested<N>
-
-
Constructor Summary
Constructors Constructor Description WildcardRefBuilder()WildcardRefBuilder(io.sundr.model.WildcardRef instance)WildcardRefBuilder(WildcardRefFluent<?> fluent)WildcardRefBuilder(WildcardRefFluent<?> fluent, io.sundr.model.WildcardRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sundr.model.WildcardRefbuild()-
Methods inherited from class io.sundr.model.WildcardRefFluent
addAllToBounds, addNewClassRefBound, addNewClassRefBoundLike, addNewPrimitiveRefBound, addNewPrimitiveRefBoundLike, addNewTypeParamRefBound, addNewTypeParamRefBoundLike, addNewVoidRefBound, addNewVoidRefBoundLike, addNewWildcardRefBound, addNewWildcardRefBoundLike, addToBounds, addToBounds, addToBounds, addToBounds, buildBound, buildBounds, builder, buildFirstBound, buildLastBound, buildMatchingBound, copyInstance, equals, getBoundKind, hasBoundKind, hasBounds, hashCode, hasMatchingBound, removeAllFromBounds, removeFromBounds, removeFromBounds, removeMatchingFromBounds, setNewClassRefBoundLike, setNewPrimitiveRefBoundLike, setNewTypeParamRefBoundLike, setNewVoidRefBoundLike, setNewWildcardRefBoundLike, setToBounds, toString, withBoundKind, withBounds, withBounds
-
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
-
WildcardRefBuilder
public WildcardRefBuilder()
-
WildcardRefBuilder
public WildcardRefBuilder(WildcardRefFluent<?> fluent)
-
WildcardRefBuilder
public WildcardRefBuilder(WildcardRefFluent<?> fluent, io.sundr.model.WildcardRef instance)
-
WildcardRefBuilder
public WildcardRefBuilder(io.sundr.model.WildcardRef instance)
-
-