| Package | Description |
|---|---|
| io.doov.core |
Interfaces and annotations for domain model.
|
| Modifier and Type | Method and Description |
|---|---|
default List<TagId> |
FieldId.tags()
Returns optional tags used to decorate this field.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
FieldModel.clear(TagId tag)
Clears all the
FieldId tagged with the specified TagId by setting their value to
null |
default boolean |
FieldId.hasTag(TagId tag)
Returns true if this field is tagged by the given tag.
|
Copyright © 2018. All rights reserved.