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)
ArgumentParserValueExtractor.parse in class ArgumentParser<Object,Object>input - extraction argument in the specified formatValueExtractorCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.