public static interface Entity.EnricherSupport extends Entity.AdjunctSupport<Enricher>
Modifier and Type | Method and Description |
---|---|
void |
add(Enricher enricher)
Adds the given enricher to this entity.
|
<T extends Enricher> |
add(EnricherSpec<T> enricher)
Adds the given enricher to this entity.
|
boolean |
remove(Enricher enricher)
Removes the given enricher from this entity.
|
asList, isEmpty, iterator, size
void add(Enricher enricher)
add
in interface Entity.AdjunctSupport<Enricher>
boolean remove(Enricher enricher)
remove
in interface Entity.AdjunctSupport<Enricher>
<T extends Enricher> T add(EnricherSpec<T> enricher)