public class AdapterKeyedRegistry extends SuperKeyedRegistry<TypeAdapterKey,TypeAdapter>
| Modifier and Type | Field and Description | 
|---|---|
protected Set<Class<?>> | 
blacklist  | 
lookup, registry| Constructor and Description | 
|---|
AdapterKeyedRegistry()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<TypeAdapterKey> | 
getSuperKeys(TypeAdapterKey key)  | 
protected boolean | 
isCachingEnabled(TypeAdapterKey key)
Override this in order to disable caching some specific keys. 
 | 
protected boolean | 
isRoot(TypeAdapterKey key)  | 
flushCache, get, put, removepublic AdapterKeyedRegistry()
protected boolean isRoot(TypeAdapterKey key)
isRoot in class SuperKeyedRegistry<TypeAdapterKey,TypeAdapter>protected List<TypeAdapterKey> getSuperKeys(TypeAdapterKey key)
getSuperKeys in class SuperKeyedRegistry<TypeAdapterKey,TypeAdapter>protected boolean isCachingEnabled(TypeAdapterKey key)
SuperKeyedRegistryisCachingEnabled in class SuperKeyedRegistry<TypeAdapterKey,TypeAdapter>Copyright © 2016 Nuxeo SA. All rights reserved.