@FunctionalInterface
public static interface ObjectParser.NamedObjectParser<T,Context>
Modifier and Type | Method and Description |
---|---|
T |
parse(XContentParser p,
Context c,
java.lang.String name) |
T parse(XContentParser p, Context c, java.lang.String name) throws java.io.IOException
java.io.IOException