public interface AttributeSupportFluent<A extends AttributeSupportFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
A |
addToAttributes(AttributeKey key,
Object value) |
A |
addToAttributes(Map<AttributeKey,Object> map) |
Map<AttributeKey,Object> |
getAttributes() |
Boolean |
hasAttributes() |
A |
removeFromAttributes(AttributeKey key) |
A |
removeFromAttributes(Map<AttributeKey,Object> map) |
A |
withAttributes(Map<AttributeKey,Object> attributes) |
A addToAttributes(AttributeKey key, Object value)
A addToAttributes(Map<AttributeKey,Object> map)
A removeFromAttributes(AttributeKey key)
A removeFromAttributes(Map<AttributeKey,Object> map)
Map<AttributeKey,Object> getAttributes()
A withAttributes(Map<AttributeKey,Object> attributes)
Boolean hasAttributes()
Copyright © 2019 JBoss by Red Hat. All rights reserved.