Class CurrentScannerInfo


  • public class CurrentScannerInfo
    extends Object
    A simple registry to hold the current scanner info
    Author:
    Phillip Kruger ([email protected])
    • Method Detail

      • getCurrentAnnotationScanner

        public static AnnotationScanner getCurrentAnnotationScanner()
      • setCurrentConsumes

        public static void setCurrentConsumes​(String[] currentConsumes)
      • getCurrentConsumes

        public static String[] getCurrentConsumes()
      • setCurrentProduces

        public static void setCurrentProduces​(String[] currentProduces)
      • getCurrentProduces

        public static String[] getCurrentProduces()
      • remove

        public static void remove()
      • isWrapperType

        public static boolean isWrapperType​(org.jboss.jandex.Type type)
      • isScannerInternalResponse

        public static boolean isScannerInternalResponse​(org.jboss.jandex.Type type)