Uses of Interface
org.mockito.internal.configuration.FieldAnnotationProcessor
Packages that use FieldAnnotationProcessor
-
Uses of FieldAnnotationProcessor in org.mockito.internal.configuration
Classes in org.mockito.internal.configuration that implement FieldAnnotationProcessorModifier and TypeClassDescriptionclass
InstantiateArgumentCaptor
a field annotated by @Captor.class
Instantiates a mock on a field annotated byMock
Fields in org.mockito.internal.configuration with type parameters of type FieldAnnotationProcessorModifier and TypeFieldDescriptionprivate final Map
<Class<? extends Annotation>, FieldAnnotationProcessor<?>> IndependentAnnotationEngine.annotationProcessorMap
Methods in org.mockito.internal.configuration that return FieldAnnotationProcessorModifier and TypeMethodDescriptionprivate <A extends Annotation>
FieldAnnotationProcessor<A> IndependentAnnotationEngine.forAnnotation
(A annotation) Methods in org.mockito.internal.configuration with parameters of type FieldAnnotationProcessorModifier and TypeMethodDescriptionprivate <A extends Annotation>
voidIndependentAnnotationEngine.registerAnnotationProcessor
(Class<A> annotationClass, FieldAnnotationProcessor<A> fieldAnnotationProcessor)