ValueParser<Object>
public class IdentityValueParser extends Object implements ValueParser<Object>
Constructor | Description |
---|---|
IdentityValueParser() |
Modifier and Type | Method | Description |
---|---|---|
Object[] |
getSupportedTypes() |
Get the types supported by this value parser
|
Object |
parse(Object value) |
Coerce an object into the generic type
|
public Object[] getSupportedTypes()
ValueParser
getSupportedTypes
in interface ValueParser<Object>
public Object parse(Object value)
ValueParser
parse
in interface ValueParser<Object>
value
- the value to convertCopyright © 2018 Institut Laue-Langevin. All rights reserved.