| Package | Description |
|---|---|
| org.granite.messaging.jmf | |
| org.granite.messaging.jmf.codec | |
| org.granite.messaging.jmf.codec.std | |
| org.granite.messaging.jmf.codec.std.impl |
| Modifier and Type | Method and Description |
|---|---|
<T> StandardCodec<T> |
CodecRegistry.getCodec(int jmfType) |
<T> StandardCodec<T> |
DefaultCodecRegistry.getCodec(int jmfType) |
<T> StandardCodec<T> |
CodecRegistry.getCodec(Object v) |
<T> StandardCodec<T> |
DefaultCodecRegistry.getCodec(Object v) |
| Modifier and Type | Method and Description |
|---|---|
protected List<StandardCodec<?>> |
DefaultCodecRegistry.getStandardCodecs() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BijectiveCodec<T> |
interface |
ConditionalObjectCodec |
interface |
PrimitiveCodec<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayCodec |
interface |
ArrayListCodec |
interface |
BigDecimalCodec |
interface |
BigIntegerCodec |
interface |
BooleanCodec |
interface |
ByteCodec |
interface |
CharacterCodec |
interface |
ClassCodec |
interface |
DateCodec |
interface |
DoubleCodec |
interface |
EnumCodec |
interface |
FloatCodec |
interface |
HashMapCodec |
interface |
HashSetCodec |
interface |
IntegerCodec |
interface |
LongCodec |
interface |
NullCodec |
interface |
ObjectCodec |
interface |
ShortCodec |
interface |
SqlDateCodec |
interface |
SqlTimeCodec |
interface |
SqlTimestampCodec |
interface |
StringCodec |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIntegerStringCodec<T> |
class |
AbstractStandardCodec<T> |
class |
ArrayCodecImpl |
class |
ArrayListCodecImpl |
class |
BigDecimalCodecImpl |
class |
BigIntegerCodecImpl |
class |
BooleanCodecImpl |
class |
ByteCodecImpl |
class |
CharacterCodecImpl |
class |
ClassCodecImpl |
class |
DateCodecImpl |
class |
DoubleCodecImpl |
class |
EnumCodecImpl |
class |
FloatCodecImpl |
class |
HashMapCodecImpl |
class |
HashSetCodecImpl |
class |
IntegerCodecImpl |
class |
LongCodecImpl |
class |
NullCodecImpl |
class |
ObjectCodecImpl |
class |
ShortCodecImpl |
class |
SqlDateCodecImpl |
class |
SqlTimeCodecImpl |
class |
SqlTimestampCodecImpl |
class |
StringCodecImpl |