Uses of Interface
net.vidageek.mirror.dsl.Matcher

Packages that use Matcher
net.vidageek.mirror.matcher   
net.vidageek.mirror.reflect   
net.vidageek.mirror.reflect.dsl   
 

Uses of Matcher in net.vidageek.mirror.matcher
 

Classes in net.vidageek.mirror.matcher that implement Matcher
 class GetterMatcher
           
 class SetterMatcher
           
 

Methods in net.vidageek.mirror.matcher with parameters of type Matcher
<A> java.util.List<A>
ListFilter.filter(Matcher<A> matcher, java.util.List<A> list)
           
 

Uses of Matcher in net.vidageek.mirror.reflect
 

Methods in net.vidageek.mirror.reflect with parameters of type Matcher
 java.util.List<java.lang.annotation.Annotation> DefaultAllReflectionHandler.annotationsMatching(Matcher<java.lang.annotation.Annotation> matcher)
           
 java.util.List<java.lang.annotation.Annotation> DefaultAllMemberHandler.annotationsMatching(Matcher<java.lang.annotation.Annotation> matcher)
           
 java.util.List<java.lang.reflect.Constructor<T>> DefaultAllReflectionHandler.constructorsMatching(Matcher<java.lang.reflect.Constructor<T>> matcher)
           
 java.util.List<java.lang.reflect.Field> DefaultAllReflectionHandler.fieldsMatching(Matcher<java.lang.reflect.Field> matcher)
           
 java.util.List<java.lang.reflect.Method> DefaultAllReflectionHandler.methodsMatching(Matcher<java.lang.reflect.Method> matcher)
           
 

Uses of Matcher in net.vidageek.mirror.reflect.dsl
 

Methods in net.vidageek.mirror.reflect.dsl with parameters of type Matcher
 java.util.List<java.lang.annotation.Annotation> AllReflectionHandler.annotationsMatching(Matcher<java.lang.annotation.Annotation> matcher)
          Use this method to reflect all annotations on the wrapped AnnotatedElement that matches matcher.
 java.util.List<java.lang.annotation.Annotation> AllMemberHandler.annotationsMatching(Matcher<java.lang.annotation.Annotation> matcher)
          Use this method to reflect all annotations on the wrapped AnnotatedElement that matches matcher.
 java.util.List<java.lang.reflect.Constructor<T>> AllReflectionHandler.constructorsMatching(Matcher<java.lang.reflect.Constructor<T>> matcher)
          Use this method to reflect all constructors on the wrapped class that matches matcher.
 java.util.List<java.lang.reflect.Field> AllReflectionHandler.fieldsMatching(Matcher<java.lang.reflect.Field> matcher)
          Use this method to reflect all fields on the wrapped class that matches matcher.
 java.util.List<java.lang.reflect.Method> AllReflectionHandler.methodsMatching(Matcher<java.lang.reflect.Method> matcher)
          Use this method to reflect all methods on the wrapped class that matches matcher.
 



Copyright © 2009 VidaGeek.net. All Rights Reserved.