Interface ObjectParser.UnknownFieldConsumer<Value>
-
- Enclosing class:
- ObjectParser<Value,Context>
public static interface ObjectParser.UnknownFieldConsumer<Value>Defines how to consume a parsed undefined field
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(Value target, String field, Object value)
-