Uses of Class
org.powermock.reflect.internal.matcherstrategies.FieldMatcherStrategy
Packages that use FieldMatcherStrategy
-
Uses of FieldMatcherStrategy in org.powermock.reflect.internal
Methods in org.powermock.reflect.internal with parameters of type FieldMatcherStrategyModifier and TypeMethodDescriptionWhiteboxImpl.findAllFieldsUsingStrategy
(FieldMatcherStrategy strategy, Object object, boolean checkHierarchy, boolean onlyInstanceFields, Class<?> startClass) Find all fields using strategy.private static Field
WhiteboxImpl.findField
(Object object, FieldMatcherStrategy strategy, Class<?> where) Find field.private static Field
WhiteboxImpl.findFieldInHierarchy
(Object object, FieldMatcherStrategy strategy) Find field in hierarchy.private static Field
WhiteboxImpl.findSingleFieldUsingStrategy
(FieldMatcherStrategy strategy, Object object, boolean checkHierarchy, Class<?> startClass) Find single field using strategy. -
Uses of FieldMatcherStrategy in org.powermock.reflect.internal.matcherstrategies
Subclasses of FieldMatcherStrategy in org.powermock.reflect.internal.matcherstrategiesModifier and TypeClassDescriptionclass
class
class
class
class
class