Uses of Class
com.googlecode.aviator.utils.Reflector.PropertyFoundResult
Packages that use Reflector.PropertyFoundResult
-
Uses of Reflector.PropertyFoundResult in com.googlecode.aviator.utils
Fields in com.googlecode.aviator.utils with type parameters of type Reflector.PropertyFoundResultModifier and TypeFieldDescriptionstatic ConcurrentHashMap
<Class<?>, Reference<Map<String, Reflector.PropertyFoundResult>>> Reflector.cachedMethods
static method cachingstatic ConcurrentHashMap
<Class<?>, Reference<Map<String, Reflector.PropertyFoundResult>>> Reflector.cachedProperties
static and instance fields property cachingprivate static final ReferenceQueue
<Map<String, Reflector.PropertyFoundResult>> Reflector.cachedSetterRq
static ConcurrentHashMap
<Class<?>, Reference<Map<String, Reflector.PropertyFoundResult>>> Reflector.cachedSettters
instance fields setter caching.private static final ReferenceQueue
<Map<String, Reflector.PropertyFoundResult>> Reflector.cacheMethodRq
private static final ReferenceQueue
<Map<String, Reflector.PropertyFoundResult>> Reflector.cachePropertyRq
Methods in com.googlecode.aviator.utils that return Reflector.PropertyFoundResultModifier and TypeMethodDescriptionprivate static Reflector.PropertyFoundResult
Reflector.retrieveGetterHandle
(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) private static Reflector.PropertyFoundResult
Reflector.retrieveSetterHandle
(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) private static Reflector.PropertyFoundResult
Reflector.retrieveStaticFieldHandle
(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) private static Reflector.PropertyFoundResult
Reflector.retrieveStaticFunction
(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) Methods in com.googlecode.aviator.utils that return types with arguments of type Reflector.PropertyFoundResultModifier and TypeMethodDescriptionprivate static Map
<String, Reflector.PropertyFoundResult> Reflector.getClassPropertyResults
(ConcurrentHashMap<Class<?>, Reference<Map<String, Reflector.PropertyFoundResult>>> cache, ReferenceQueue<Map<String, Reflector.PropertyFoundResult>> rq, Class<?> clazz) Method parameters in com.googlecode.aviator.utils with type arguments of type Reflector.PropertyFoundResultModifier and TypeMethodDescriptionprivate static Map
<String, Reflector.PropertyFoundResult> Reflector.getClassPropertyResults
(ConcurrentHashMap<Class<?>, Reference<Map<String, Reflector.PropertyFoundResult>>> cache, ReferenceQueue<Map<String, Reflector.PropertyFoundResult>> rq, Class<?> clazz) private static Map
<String, Reflector.PropertyFoundResult> Reflector.getClassPropertyResults
(ConcurrentHashMap<Class<?>, Reference<Map<String, Reflector.PropertyFoundResult>>> cache, ReferenceQueue<Map<String, Reflector.PropertyFoundResult>> rq, Class<?> clazz) private static void
Reflector.putDummyHandle
(String name, Map<String, Reflector.PropertyFoundResult> handles) private static Reflector.PropertyFoundResult
Reflector.retrieveGetterHandle
(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) private static Reflector.PropertyFoundResult
Reflector.retrieveSetterHandle
(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) private static Reflector.PropertyFoundResult
Reflector.retrieveStaticFieldHandle
(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) private static Reflector.PropertyFoundResult
Reflector.retrieveStaticFunction
(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name)