Package io.sundr.model
Class TypeParamDefFluent<A extends TypeParamDefFluent<A>>
java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.AttributeSupportFluent<A>
io.sundr.model.TypeParamDefFluent<A>
- Direct Known Subclasses:
MethodFluent.ParametersNested,TypeDefFluent.ParametersNested,TypeParamDefBuilder
Generated
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllToBounds(Collection<ClassRef> items) addNewBoundLike(ClassRef item) addToBounds(int index, ClassRef item) addToBounds(ClassRef... items) buildBound(int index) buildMatchingBound(Predicate<ClassRefBuilder> predicate) protected voidcopyInstance(TypeParamDef instance) editBound(int index) editMatchingBound(Predicate<ClassRefBuilder> predicate) booleangetName()booleaninthashCode()booleanhasMatchingBound(Predicate<ClassRefBuilder> predicate) booleanhasName()removeAllFromBounds(Collection<ClassRef> items) removeFromBounds(ClassRef... items) removeMatchingFromBounds(Predicate<ClassRefBuilder> predicate) setNewBoundLike(int index, ClassRef item) setToBounds(int index, ClassRef item) toString()withBounds(ClassRef... bounds) withBounds(List<ClassRef> bounds) Methods 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
-
TypeParamDefFluent
public TypeParamDefFluent() -
TypeParamDefFluent
-
-
Method Details
-
addAllToBounds
-
addNewBound
-
addNewBoundLike
-
addToBounds
-
addToBounds
-
buildBound
-
buildBounds
-
buildFirstBound
-
buildLastBound
-
buildMatchingBound
-
copyInstance
-
editBound
-
editFirstBound
-
editLastBound
-
editMatchingBound
public TypeParamDefFluent<A>.BoundsNested<A> editMatchingBound(Predicate<ClassRefBuilder> predicate) -
equals
- Overrides:
equalsin classAttributeSupportFluent<A extends TypeParamDefFluent<A>>
-
getName
-
hasBounds
public boolean hasBounds() -
hasMatchingBound
-
hasName
public boolean hasName() -
hashCode
public int hashCode()- Overrides:
hashCodein classAttributeSupportFluent<A extends TypeParamDefFluent<A>>
-
removeAllFromBounds
-
removeFromBounds
-
removeMatchingFromBounds
-
setNewBoundLike
-
setToBounds
-
toString
- Overrides:
toStringin classAttributeSupportFluent<A extends TypeParamDefFluent<A>>
-
withBounds
-
withBounds
-
withName
-