Uses of Interface
org.ektorp.util.Predicate

Packages that use Predicate
org.ektorp.util   
 

Uses of Predicate in org.ektorp.util
 

Methods in org.ektorp.util with parameters of type Predicate
static
<T extends Annotation>
void
ReflectionUtils.eachAnnotation(Class<?> clazz, Class<T> annotationClass, Predicate<T> p)
           
static Collection<Field> ReflectionUtils.eachField(Class<?> clazz, Predicate<Field> p)
           
static Collection<Method> ReflectionUtils.eachMethod(Class<?> clazz, Predicate<Method> p)
           
static
<T extends Annotation>
T
ReflectionUtils.findAnnotation(Class<?> clazz, Class<T> annotationClass, Predicate<Field> p)
           
 



Copyright © 2011. All Rights Reserved.