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 ReflectiveTypeFinder
FeatureMatcher.TYPE_FINDER
private static final ReflectiveTypeFinder
TypeSafeDiagnosingMatcher.TYPE_FINDER
private static final ReflectiveTypeFinder
TypeSafeMatcher.TYPE_FINDER
Constructors in org.hamcrest with parameters of type ReflectiveTypeFinderModifierConstructorDescriptionprotected
TypeSafeDiagnosingMatcher
(ReflectiveTypeFinder typeFinder) Use this constructor if the subclass that implementsmatchesSafely
is not the class that binds <T> to a type.protected
TypeSafeMatcher
(ReflectiveTypeFinder typeFinder) Use this constructor if the subclass that implementsmatchesSafely
is not the class that binds <T> to a type.