public class DynamicTypeConstructor extends java.lang.Object implements TypeConstructor
| Constructor and Description |
|---|
DynamicTypeConstructor(DescribedTypeConstructor dtc,
TypeConstructor underlyingEncoding) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
encodesJavaPrimitive() |
java.lang.Class |
getTypeClass() |
java.lang.Object |
readValue() |
void |
skipValue() |
public DynamicTypeConstructor(DescribedTypeConstructor dtc, TypeConstructor underlyingEncoding)
public java.lang.Object readValue()
readValue in interface TypeConstructorpublic boolean encodesJavaPrimitive()
encodesJavaPrimitive in interface TypeConstructorpublic void skipValue()
skipValue in interface TypeConstructorpublic java.lang.Class getTypeClass()
getTypeClass in interface TypeConstructor