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 TypeMethodDescriptionboolean
void
-
Constructor Details
-
DynamicTypeConstructor
-
-
Method Details
-
readValue
- Specified by:
readValue
in interfaceTypeConstructor
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitive
in interfaceTypeConstructor
-
skipValue
public void skipValue()- Specified by:
skipValue
in interfaceTypeConstructor
-
getTypeClass
- Specified by:
getTypeClass
in interfaceTypeConstructor
-