public class AttributeSupportFluentImpl<A extends AttributeSupportFluent<A>> extends BaseFluent<A> implements AttributeSupportFluent<A>
_visitables| Constructor and Description |
|---|
AttributeSupportFluentImpl() |
AttributeSupportFluentImpl(AttributeSupport instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAttributes(AttributeKey key,
Object value) |
A |
addToAttributes(Map<AttributeKey,Object> map) |
boolean |
equals(Object o) |
Map<AttributeKey,Object> |
getAttributes() |
Boolean |
hasAttributes() |
int |
hashCode() |
A |
removeFromAttributes(AttributeKey key) |
A |
removeFromAttributes(Map<AttributeKey,Object> map) |
String |
toString() |
<K,V> A |
withAttributes(Map<AttributeKey,Object> attributes) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AttributeSupportFluentImpl()
public AttributeSupportFluentImpl(AttributeSupport instance)
public A addToAttributes(AttributeKey key, Object value)
addToAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public A addToAttributes(Map<AttributeKey,Object> map)
addToAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public A removeFromAttributes(AttributeKey key)
removeFromAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public A removeFromAttributes(Map<AttributeKey,Object> map)
removeFromAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public Map<AttributeKey,Object> getAttributes()
getAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public <K,V> A withAttributes(Map<AttributeKey,Object> attributes)
withAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public Boolean hasAttributes()
hasAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends AttributeSupportFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends AttributeSupportFluent<A>>Copyright © 2023. All rights reserved.