public static class Schema.Context
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static Schema.Context |
instance |
protected java.util.LinkedHashMap<java.lang.Integer,java.lang.reflect.Type> |
typeIds |
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Type |
get(int typeid) |
static Schema.Context |
getInstance() |
protected static Schema.Context instance
protected java.util.LinkedHashMap<java.lang.Integer,java.lang.reflect.Type> typeIds
public static Schema.Context getInstance()
public java.lang.reflect.Type get(int typeid)