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.cachedMethodsstatic method cachingstatic ConcurrentHashMap<Class<?>, Reference<Map<String, Reflector.PropertyFoundResult>>> Reflector.cachedPropertiesstatic and instance fields property cachingprivate static final ReferenceQueue<Map<String, Reflector.PropertyFoundResult>> Reflector.cachedSetterRqstatic ConcurrentHashMap<Class<?>, Reference<Map<String, Reflector.PropertyFoundResult>>> Reflector.cachedSetttersinstance fields setter caching.private static final ReferenceQueue<Map<String, Reflector.PropertyFoundResult>> Reflector.cacheMethodRqprivate static final ReferenceQueue<Map<String, Reflector.PropertyFoundResult>> Reflector.cachePropertyRqMethods in com.googlecode.aviator.utils that return Reflector.PropertyFoundResultModifier and TypeMethodDescriptionprivate static Reflector.PropertyFoundResultReflector.retrieveGetterHandle(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) private static Reflector.PropertyFoundResultReflector.retrieveSetterHandle(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) private static Reflector.PropertyFoundResultReflector.retrieveStaticFieldHandle(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) private static Reflector.PropertyFoundResultReflector.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 voidReflector.putDummyHandle(String name, Map<String, Reflector.PropertyFoundResult> handles) private static Reflector.PropertyFoundResultReflector.retrieveGetterHandle(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) private static Reflector.PropertyFoundResultReflector.retrieveSetterHandle(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) private static Reflector.PropertyFoundResultReflector.retrieveStaticFieldHandle(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name) private static Reflector.PropertyFoundResultReflector.retrieveStaticFunction(Map<String, Reflector.PropertyFoundResult> results, Class<?> clazz, String name)