public class TypesCache extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CachedType<?>> |
cachedTypes |
| Modifier and Type | Method and Description |
|---|---|
CachedType<?> |
getCachedType(String typeName) |
static TypesCache |
getInstance() |
protected final Map<String,CachedType<?>> cachedTypes
public static TypesCache getInstance()
public CachedType<?> getCachedType(String typeName)
Copyright © 2022. All Rights Reserved.