|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConverter | |
---|---|
jp.develop.common.util.amf | Package for public classes of AMF encoding and decoding. |
jp.develop.common.util.amf.converter | Package for converter components. |
Uses of IConverter in jp.develop.common.util.amf |
---|
Methods in jp.develop.common.util.amf that return IConverter | ||
---|---|---|
|
Converter.getConverter(Class<T> clazz)
Get custom converter for the class. |
Methods in jp.develop.common.util.amf with parameters of type IConverter | ||
---|---|---|
|
Converter.putConverter(Class<T> clazz,
IConverter<? extends T> conveter)
Resister custom converter for the class. |
Uses of IConverter in jp.develop.common.util.amf.converter |
---|
Classes in jp.develop.common.util.amf.converter that implement IConverter | |
---|---|
class |
BooleanConverter
Converter to Boolean. |
class |
CalendarConverter
Converter to Calendar. |
class |
CharacterConverter
Converter to Character. |
class |
CharArrayConverter
Converter to char[]. |
static class |
NumberConverters.BigDecimalConverter
Implementation of IConverter for BigDecimal. |
static class |
NumberConverters.BigIntegerConverter
Implementation of IConverter for BigInteger. |
static class |
NumberConverters.ByteConverter
Implementation of IConverter for Byte. |
static class |
NumberConverters.DoubleConverter
Implementation of IConverter for Double. |
static class |
NumberConverters.FloatConverter
Implementation of IConverter for Float. |
static class |
NumberConverters.IntegerConverter
Implementation of IConverter for Integer. |
static class |
NumberConverters.LongConverter
Implementation of IConverter for Long. |
static class |
NumberConverters.ShortConverter
Implementation of IConverter for Short. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |