public class EntityAdjuncts
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.List<java.lang.String> |
SYSTEM_ENRICHER_UNIQUE_TAGS |
Constructor and Description |
---|
EntityAdjuncts() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Enricher> |
getNonSystemEnrichers(Entity entity) |
static boolean |
isSystemEnricher(Enricher enr) |
static <T extends EntityAdjunct> |
tryFindWithUniqueTag(java.lang.Iterable<T> adjuncts,
java.lang.Object tag) |
public static final java.util.List<java.lang.String> SYSTEM_ENRICHER_UNIQUE_TAGS
public static <T extends EntityAdjunct> Maybe<T> tryFindWithUniqueTag(java.lang.Iterable<T> adjuncts, java.lang.Object tag)
public static boolean isSystemEnricher(Enricher enr)