@DecodeType(value={java.lang.Character.class,char.class}) public class CharacterDecoder extends Object implements DataDecoder
Character
data decoder.DataDecoder.Factory
Constructor and Description |
---|
CharacterDecoder() |
Modifier and Type | Method and Description |
---|---|
Object |
decode(String data)
Decode the supplied String data into a new Object data instance.
|
public Object decode(String data) throws DataDecodeException
DataDecoder
decode
in interface DataDecoder
data
- Data to be decoded.DataDecodeException
- Error decoding data.Copyright © 2020. All rights reserved.