Uses of Interface
org.mockito.internal.configuration.FieldAnnotationProcessor
-
Packages that use FieldAnnotationProcessor Package Description org.mockito.internal.configuration Mockito configuration. -
-
Uses of FieldAnnotationProcessor in org.mockito.internal.configuration
Classes in org.mockito.internal.configuration that implement FieldAnnotationProcessor Modifier and Type Class Description class
CaptorAnnotationProcessor
InstantiateArgumentCaptor
a field annotated by @Captor.class
MockAnnotationProcessor
Instantiates a mock on a field annotated byMock
Fields in org.mockito.internal.configuration with type parameters of type FieldAnnotationProcessor Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,FieldAnnotationProcessor<?>>
IndependentAnnotationEngine. annotationProcessorMap
Methods in org.mockito.internal.configuration that return FieldAnnotationProcessor Modifier and Type Method Description private <A extends java.lang.annotation.Annotation>
FieldAnnotationProcessor<A>IndependentAnnotationEngine. forAnnotation(A annotation)
Methods in org.mockito.internal.configuration with parameters of type FieldAnnotationProcessor Modifier and Type Method Description private <A extends java.lang.annotation.Annotation>
voidIndependentAnnotationEngine. registerAnnotationProcessor(java.lang.Class<A> annotationClass, FieldAnnotationProcessor<A> fieldAnnotationProcessor)
-