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 TypeClassDescriptionclassInstantiateArgumentCaptora field annotated by @Captor.classInstantiates a mock on a field annotated byMockFields in org.mockito.internal.configuration with type parameters of type FieldAnnotationProcessorModifier and TypeFieldDescriptionprivate final Map<Class<? extends Annotation>, FieldAnnotationProcessor<?>> IndependentAnnotationEngine.annotationProcessorMapMethods 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)