public interface IntrospectorCache
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the internal cache.
|
ClassMap |
get(Class c)
Lookup a given Class object in the cache.
|
ClassFieldMap |
getFieldMap(Class c)
Lookup a given Class object in the cache.
|
ClassMap |
put(Class c)
Creates a class map for specific class and registers it in the
cache.
|
void clear()
ClassMap get(Class c)
c
- The class to look up.ClassFieldMap getFieldMap(Class c)
c
- The class to look up.Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.