Uses of Interface
org.apache.qpid.proton.codec.TypeConstructor

Packages that use TypeConstructor
org.apache.qpid.proton.codec   
 

Uses of TypeConstructor in org.apache.qpid.proton.codec
 

Subinterfaces of TypeConstructor in org.apache.qpid.proton.codec
static interface ArrayType.ArrayEncoding
           
static interface BooleanType.BooleanEncoding
           
static interface IntegerType.IntegerEncoding
           
static interface LongType.LongEncoding
           
 interface PrimitiveTypeEncoding<T>
           
static interface StringType.StringEncoding
           
static interface SymbolType.SymbolEncoding
           
static interface UnsignedIntegerType.UnsignedIntegerEncoding
           
static interface UnsignedLongType.UnsignedLongEncoding
           
 

Classes in org.apache.qpid.proton.codec that implement TypeConstructor
 class ByteType.ByteEncoding
           
 class CharacterType.CharacterEncoding
           
 class DoubleType.DoubleEncoding
           
 class DynamicTypeConstructor
           
 class FloatType.FloatEncoding
           
 class ShortType.ShortEncoding
           
 class UnsignedByteType.UnsignedByteEncoding
           
 

Constructors in org.apache.qpid.proton.codec with parameters of type TypeConstructor
DynamicTypeConstructor(DescribedTypeConstructor dtc, TypeConstructor underlyingEncoding)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.