org.milyn.javabean.decoders.package.html Maven / Gradle / Ivy
Pre-installed data type decoders.
Package Specification
All the decoders defined in this package should implement the DataDecoder
interface, as well as follow the naming convention "typeDecoder", where
"type" is datatype to which the implementation decodes. This allows the decoder for
"type" to be loaded automatically in some situations.
Read the DataDecoder docs for more information.