Uses of Class
org.hamcrest.internal.ReflectiveTypeFinder
Packages that use ReflectiveTypeFinder
-
Uses of ReflectiveTypeFinder in org.hamcrest
Fields in org.hamcrest declared as ReflectiveTypeFinderModifier and TypeFieldDescriptionprivate static final ReflectiveTypeFinderFeatureMatcher.TYPE_FINDERprivate static final ReflectiveTypeFinderTypeSafeDiagnosingMatcher.TYPE_FINDERprivate static final ReflectiveTypeFinderTypeSafeMatcher.TYPE_FINDERConstructors in org.hamcrest with parameters of type ReflectiveTypeFinderModifierConstructorDescriptionprotectedTypeSafeDiagnosingMatcher(ReflectiveTypeFinder typeFinder) Use this constructor if the subclass that implementsmatchesSafelyis not the class that binds <T> to a type.protectedTypeSafeMatcher(ReflectiveTypeFinder typeFinder) Use this constructor if the subclass that implementsmatchesSafelyis not the class that binds <T> to a type.