public class DynamicTypeConstructor extends Object implements TypeConstructor
| Constructor and Description |
|---|
DynamicTypeConstructor(DescribedTypeConstructor dtc,
TypeConstructor underlyingEncoding) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
encodesJavaPrimitive() |
Class |
getTypeClass() |
Object |
readValue() |
void |
skipValue() |
public DynamicTypeConstructor(DescribedTypeConstructor dtc, TypeConstructor underlyingEncoding)
public Object readValue()
readValue in interface TypeConstructorpublic boolean encodesJavaPrimitive()
encodesJavaPrimitive in interface TypeConstructorpublic void skipValue()
skipValue in interface TypeConstructorpublic Class getTypeClass()
getTypeClass in interface TypeConstructorCopyright © 2020 The Apache Software Foundation. All rights reserved.