Package | Description |
---|---|
org.apache.qpid.amqp_1_0.codec | |
org.apache.qpid.amqp_1_0.type.codec |
Modifier and Type | Class and Description |
---|---|
class |
ArrayTypeConstructor |
class |
BinaryTypeConstructor |
class |
ByteTypeConstructor |
class |
CharTypeConstructor |
class |
CompoundTypeConstructor |
class |
DecimalConstructor |
class |
DoubleTypeConstructor |
class |
FloatTypeConstructor |
class |
IntTypeConstructor |
class |
LongTypeConstructor |
class |
ShortTypeConstructor |
class |
SmallIntConstructor |
class |
SmallLongConstructor |
class |
SmallUIntConstructor |
class |
SmallULongConstructor |
class |
StringTypeConstructor |
class |
SymbolTypeConstructor |
class |
TimestampTypeConstructor |
class |
UByteTypeConstructor |
class |
UIntTypeConstructor |
class |
ULongTypeConstructor |
class |
UShortTypeConstructor |
class |
UUIDTypeConstructor |
class |
VariableWidthTypeConstructor |
Modifier and Type | Method and Description |
---|---|
TypeConstructor<T> |
DescribedTypeConstructor.construct(TypeConstructor describedConstructor) |
static TypeConstructor<Boolean> |
BooleanConstructor.getByteInstance() |
static TypeConstructor |
DecimalConstructor.getDecimal128Instance() |
static TypeConstructor |
DecimalConstructor.getDecimal32Instance() |
static TypeConstructor |
DecimalConstructor.getDecimal64Instance() |
static TypeConstructor<Boolean> |
BooleanConstructor.getFalseInstance() |
static TypeConstructor<Boolean> |
BooleanConstructor.getTrueInstance() |
TypeConstructor |
ValueHandler.readConstructor(QpidByteBuffer in) |
Modifier and Type | Method and Description |
---|---|
TypeConstructor<T> |
DescribedTypeConstructor.construct(TypeConstructor describedConstructor) |
Modifier and Type | Method and Description |
---|---|
void |
AMQPDescribedTypeRegistry.register(Object descriptor,
DescribedTypeConstructor constructor,
TypeConstructor describedConstructor) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.