Package io.sundr.model
Class WildcardRefBuilder
java.lang.Object
- 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
ConstructorsConstructorDescriptionWildcardRefBuilder(WildcardRef instance) WildcardRefBuilder(WildcardRefFluent<?> fluent) WildcardRefBuilder(WildcardRefFluent<?> fluent, WildcardRef instance) -
Method Summary
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, withBoundsMethods inherited from class io.sundr.model.TypeRefFluent
copyInstanceMethods inherited from class io.sundr.model.AttributeSupportFluent
addToAttributes, addToAttributes, copyInstance, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesMethods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
WildcardRefBuilder
public WildcardRefBuilder() -
WildcardRefBuilder
-
WildcardRefBuilder
-
WildcardRefBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<WildcardRef>
-