public class TypeCache extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TypeCache.CachedType<T extends TypeDescriptor>
Represents a type and all of its declared members.
|
Modifier and Type | Method and Description |
---|---|
TypeCache.CachedType |
get(String fullQualifiedName)
Find a type by its fully qualified named.
|
void |
put(String fullQualifiedName,
TypeCache.CachedType cachedType)
Put a type.
|
public TypeCache.CachedType get(String fullQualifiedName)
fullQualifiedName
- The fqn.null
.public void put(String fullQualifiedName, TypeCache.CachedType cachedType)
fullQualifiedName
- The fqn.cachedType
- The type.Copyright © 2016 buschmais GbR. All rights reserved.