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

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

Uses of Matcher in net.vidageek.mirror.dsl
 

Subinterfaces of Matcher in net.vidageek.mirror.dsl
 interface Matcher<T>
          Deprecated. use net.vidageek.mirror.list.dsl.Matcher instead.
 

Uses of Matcher in net.vidageek.mirror.list
 

Classes in net.vidageek.mirror.list that implement Matcher
 class EqualMethodRemover
           
 class SameNameMatcher
           
 

Methods in net.vidageek.mirror.list with parameters of type Matcher
 MirrorList<T> BackedMirrorList.matching(Matcher<T> matcher)
           
 

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

Methods in net.vidageek.mirror.list.dsl with parameters of type Matcher
 MirrorList<T> MirrorList.matching(Matcher<T> matcher)
           
 

Uses of Matcher in net.vidageek.mirror.matcher
 

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

Uses of Matcher in net.vidageek.mirror.reflect
 

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

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

Methods in net.vidageek.mirror.reflect.dsl with parameters of type Matcher
 List<Annotation> AllReflectionHandler.annotationsMatching(Matcher<Annotation> matcher)
          Deprecated. This functionality is going to be dropped.
 List<Annotation> AllMemberHandler.annotationsMatching(Matcher<Annotation> matcher)
          Deprecated. Use annotations().matching(Matcher) instead.
 List<Constructor<T>> AllReflectionHandler.constructorsMatching(Matcher<Constructor<T>> matcher)
          Deprecated. Use constructors().matching(Matcher>) instead.
 List<Field> AllReflectionHandler.fieldsMatching(Matcher<Field> matcher)
          Deprecated. Use fields().matching(Matcher) instead.
 List<Method> AllReflectionHandler.methodsMatching(Matcher<Method> matcher)
          Deprecated. Use methods().matching(Matcher) instead.
 



Copyright © 2011 VidaGeek.net. All Rights Reserved.