Package org.apache.qpid.proton.codec
Class DynamicTypeConstructor
- java.lang.Object
-
- org.apache.qpid.proton.codec.DynamicTypeConstructor
-
- All Implemented Interfaces:
TypeConstructor
public class DynamicTypeConstructor extends java.lang.Object implements TypeConstructor
-
-
Constructor Summary
Constructors Constructor Description DynamicTypeConstructor(DescribedTypeConstructor dtc, TypeConstructor underlyingEncoding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanencodesJavaPrimitive()java.lang.ClassgetTypeClass()java.lang.ObjectreadValue()voidskipValue()
-
-
-
Constructor Detail
-
DynamicTypeConstructor
public DynamicTypeConstructor(DescribedTypeConstructor dtc, TypeConstructor underlyingEncoding)
-
-
Method Detail
-
readValue
public java.lang.Object readValue()
- Specified by:
readValuein interfaceTypeConstructor
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()
- Specified by:
encodesJavaPrimitivein interfaceTypeConstructor
-
skipValue
public void skipValue()
- Specified by:
skipValuein interfaceTypeConstructor
-
getTypeClass
public java.lang.Class getTypeClass()
- Specified by:
getTypeClassin interfaceTypeConstructor
-
-