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:
Builder<WildcardRef>,Visitable<WildcardRefBuilder>,VisitableBuilder<WildcardRef,WildcardRefBuilder>
public class WildcardRefBuilder extends WildcardRefFluent<WildcardRefBuilder> implements VisitableBuilder<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>
-
-
Field Summary
-
Fields inherited from class io.sundr.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description WildcardRefBuilder()WildcardRefBuilder(WildcardRef instance)WildcardRefBuilder(WildcardRefFluent<?> fluent)WildcardRefBuilder(WildcardRefFluent<?> fluent, WildcardRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, WildcardRef instance)
-
WildcardRefBuilder
public WildcardRefBuilder(WildcardRef instance)
-
-
Method Detail
-
build
public WildcardRef build()
- Specified by:
buildin interfaceBuilder<WildcardRef>
-
-