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, remove
public 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)
SuperKeyedRegistry
isCachingEnabled
in class SuperKeyedRegistry<TypeAdapterKey,TypeAdapter>
Copyright © 2018 Nuxeo. All rights reserved.