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
public class AttributeSupportFluent<A extends AttributeSupportFluent<A>> extends BaseFluent<A>
Generated
-
-
Field Summary
-
Fields inherited from class io.sundr.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description AttributeSupportFluent()AttributeSupportFluent(AttributeSupport instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAttributes(AttributeKey key, Object value)AaddToAttributes(Map<AttributeKey,Object> map)protected voidcopyInstance(AttributeSupport instance)booleanequals(Object o)Map<AttributeKey,Object>getAttributes()booleanhasAttributes()inthashCode()AremoveFromAttributes(AttributeKey key)AremoveFromAttributes(Map<AttributeKey,Object> map)StringtoString()<K,V>
AwithAttributes(Map<AttributeKey,Object> attributes)-
Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AttributeSupportFluent
public AttributeSupportFluent()
-
AttributeSupportFluent
public AttributeSupportFluent(AttributeSupport instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AttributeSupport instance)
-
addToAttributes
public A addToAttributes(AttributeKey key, Object value)
-
addToAttributes
public A addToAttributes(Map<AttributeKey,Object> map)
-
removeFromAttributes
public A removeFromAttributes(AttributeKey key)
-
removeFromAttributes
public A removeFromAttributes(Map<AttributeKey,Object> map)
-
getAttributes
public Map<AttributeKey,Object> getAttributes()
-
withAttributes
public <K,V> A withAttributes(Map<AttributeKey,Object> attributes)
-
hasAttributes
public boolean hasAttributes()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends AttributeSupportFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends AttributeSupportFluent<A>>
-
-