public class SemanticFieldFactoryHint<T> extends FactoryHint implements SemanticFieldFactory<T>
| Constructor and Description |
|---|
SemanticFieldFactoryHint(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFieldMatcher(Pattern pattern,
java.util.function.Supplier<T> supplier) |
T |
create(Field field) |
boolean |
supports(Field field) |
public void addFieldMatcher(Pattern pattern, java.util.function.Supplier<T> supplier)
public boolean supports(Field field)
supports in interface SemanticFieldFactory<T>public T create(Field field)
create in interface SemanticFieldFactory<T>Copyright © 2016. All rights reserved.