Class MockAnnotationProcessor

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.Class<?> inferParameterizedType​(java.lang.reflect.Type type, java.lang.String name, java.lang.String sort)  
      java.lang.Object process​(Mock annotation, java.lang.reflect.Field field)  
      static java.lang.Object processAnnotationForMock​(Mock annotation, java.lang.Class<?> type, Supplier<java.lang.reflect.Type> genericType, java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MockAnnotationProcessor

        public MockAnnotationProcessor()
    • Method Detail

      • processAnnotationForMock

        public static java.lang.Object processAnnotationForMock​(Mock annotation,
                                                                java.lang.Class<?> type,
                                                                Supplier<java.lang.reflect.Type> genericType,
                                                                java.lang.String name)
      • inferParameterizedType

        static java.lang.Class<?> inferParameterizedType​(java.lang.reflect.Type type,
                                                         java.lang.String name,
                                                         java.lang.String sort)