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() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
decodeValue(String value)
Decode the supplied parameter value.
|
public abstract Object decodeValue(String value) throws ParameterDecodeException
value
- The value to be decoded.ParameterDecodeException
- Unable to decode parameter value.Copyright © 2020. All rights reserved.