Package io.sundr.model
Class AttributeSupportFluent<A extends AttributeSupportFluent<A>>
java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.AttributeSupportFluent<A>
- Direct Known Subclasses:
AnnotationRefFluent,AttributeSupportBuilder,ModifierSupportFluent,TypeParamDefFluent,TypeRefFluent
Generated
-
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddToAttributes(AttributeKey key, Object value) addToAttributes(Map<AttributeKey, Object> map) protected voidcopyInstance(AttributeSupport instance) booleanbooleaninthashCode()toString()<K,V> A withAttributes(Map<AttributeKey, Object> attributes) Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
AttributeSupportFluent
public AttributeSupportFluent() -
AttributeSupportFluent
-
-
Method Details
-
copyInstance
-
addToAttributes
-
addToAttributes
-
removeFromAttributes
-
removeFromAttributes
-
getAttributes
-
withAttributes
-
hasAttributes
public boolean hasAttributes() -
equals
- Overrides:
equalsin classBaseFluent<A extends AttributeSupportFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends AttributeSupportFluent<A>>
-
toString
-