public abstract class ParameterDecoder<T> extends Object implements ContentHandler
String value to an Object.
The actual decoded Object type depends on the implementation.| Constructor and Description |
|---|
ParameterDecoder() |
public abstract Object decodeValue(String value) throws ParameterDecodeException
value - The value to be decoded.ParameterDecodeException - Unable to decode parameter value.Copyright © 2013. All rights reserved.