Package | Description |
---|---|
org.apache.qpid.proton.codec |
Modifier and Type | Interface and Description |
---|---|
static interface |
ArrayType.ArrayEncoding |
static interface |
BigIntegerType.BigIntegerEncoding |
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 |
Modifier and Type | Class and Description |
---|---|
class |
ByteType.ByteEncoding |
class |
CharacterType.CharacterEncoding |
class |
DoubleType.DoubleEncoding |
class |
FloatType.FloatEncoding |
class |
ShortType.ShortEncoding |
class |
UnsignedByteType.UnsignedByteEncoding |
Modifier and Type | Method and Description |
---|---|
TypeEncoding<DescribedType> |
DynamicDescribedType.getCanonicalEncoding() |
TypeEncoding<T> |
AbstractDescribedType.getCanonicalEncoding() |
TypeEncoding<V> |
AMQPType.getCanonicalEncoding() |
TypeEncoding<DescribedType> |
DynamicDescribedType.getEncoding(DescribedType val) |
TypeEncoding<T> |
AbstractDescribedType.getEncoding(T val) |
TypeEncoding<V> |
AMQPType.getEncoding(V val) |
Modifier and Type | Method and Description |
---|---|
Collection<TypeEncoding<DescribedType>> |
DynamicDescribedType.getAllEncodings() |
Collection<TypeEncoding<T>> |
AbstractDescribedType.getAllEncodings() |
Collection<? extends TypeEncoding<V>> |
AMQPType.getAllEncodings() |
Modifier and Type | Method and Description |
---|---|
boolean |
ByteType.ByteEncoding.encodesSuperset(TypeEncoding<Byte> encoding) |
boolean |
CharacterType.CharacterEncoding.encodesSuperset(TypeEncoding<Character> encoding) |
boolean |
DoubleType.DoubleEncoding.encodesSuperset(TypeEncoding<Double> encoding) |
boolean |
FloatType.FloatEncoding.encodesSuperset(TypeEncoding<Float> encoding) |
boolean |
ShortType.ShortEncoding.encodesSuperset(TypeEncoding<Short> encoding) |
boolean |
UnsignedByteType.UnsignedByteEncoding.encodesSuperset(TypeEncoding<UnsignedByte> encoding) |
boolean |
TypeEncoding.encodesSuperset(TypeEncoding<V> encoder) |
void |
ArrayType.ArrayEncoding.setValue(Object[] val,
TypeEncoding encoder,
int size) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.