public class DefaultArgumentParser extends ArgumentParser<Object,Object>
ArgumentParser
Constructor and Description |
---|
DefaultArgumentParser() |
Modifier and Type | Method and Description |
---|---|
Object |
parse(Object input)
This method takes the unparsed argument object as an input and returns
the parsed output that will be used by the
ValueExtractor . |
public Object parse(Object input)
ArgumentParser
ValueExtractor
.parse
in class ArgumentParser<Object,Object>
input
- extraction argument in the specified formatValueExtractor
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.