Package org.apache.qpid.proton.codec
Class DynamicTypeConstructor
java.lang.Object
org.apache.qpid.proton.codec.DynamicTypeConstructor
- All Implemented Interfaces:
TypeConstructor
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicTypeConstructor(DescribedTypeConstructor dtc, TypeConstructor underlyingEncoding) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoid
-
Constructor Details
-
DynamicTypeConstructor
-
-
Method Details
-
readValue
- Specified by:
readValuein interfaceTypeConstructor
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitivein interfaceTypeConstructor
-
skipValue
public void skipValue()- Specified by:
skipValuein interfaceTypeConstructor
-
getTypeClass
- Specified by:
getTypeClassin interfaceTypeConstructor
-