Interface AllocationCommand.Parser<T extends AllocationCommand>
-
- Enclosing interface:
- AllocationCommand
public static interface AllocationCommand.Parser<T extends AllocationCommand>
-
-
Method Summary
Modifier and Type Method Description TfromXContent(XContentParser parser)
-
-
-
Method Detail
-
fromXContent
T fromXContent(XContentParser parser) throws java.io.IOException
- Parameters:
parser-XContentParserto use- Returns:
AllocationCommandread- Throws:
java.io.IOException- if something happens during reading
-
-