Uses of Interface
org.granite.messaging.jmf.codec.StandardCodec

Packages that use StandardCodec
org.granite.messaging.jmf   
org.granite.messaging.jmf.codec   
org.granite.messaging.jmf.codec.std   
org.granite.messaging.jmf.codec.std.impl   
 

Uses of StandardCodec in org.granite.messaging.jmf
 

Methods in org.granite.messaging.jmf that return StandardCodec
<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)
           
 

Methods in org.granite.messaging.jmf that return types with arguments of type StandardCodec
protected  List<StandardCodec<?>> DefaultCodecRegistry.getStandardCodecs()
           
 

Uses of StandardCodec in org.granite.messaging.jmf.codec
 

Subinterfaces of StandardCodec in org.granite.messaging.jmf.codec
 interface BijectiveCodec<T>
           
 interface ConditionalObjectCodec
           
 interface PrimitiveCodec<T>
           
 

Uses of StandardCodec in org.granite.messaging.jmf.codec.std
 

Subinterfaces of StandardCodec in org.granite.messaging.jmf.codec.std
 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
           
 

Uses of StandardCodec in org.granite.messaging.jmf.codec.std.impl
 

Classes in org.granite.messaging.jmf.codec.std.impl that implement StandardCodec
 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