public interface DataDecoder extends Serializable
org.milyn.javabean.decoders
package. DataDecoders are used in a numkber of places in Smooks:
DataDecoder.Factory
factory class) if the decoder is:
DecodeType
annotation.DataEncoder
Modifier and Type | Interface and Description |
---|---|
static class |
DataDecoder.Factory
Factory method for constructing decoders defined in the "decoders" package.
|
Modifier and Type | Method and Description |
---|---|
Object |
decode(String data)
Decode the supplied String data into a new Object data instance.
|
Object decode(String data) throws DataDecodeException
data
- Data to be decoded.DataDecodeException
- Error decoding data.Copyright © 2020. All rights reserved.