Package io.smallrye.openapi.runtime.io
Class CurrentScannerInfo
- java.lang.Object
-
- io.smallrye.openapi.runtime.io.CurrentScannerInfo
-
public class CurrentScannerInfo extends Object
A simple registry to hold the current scanner info- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AnnotationScannergetCurrentAnnotationScanner()static String[]getCurrentConsumes()static String[]getCurrentProduces()static booleanisScannerInternalResponse(org.jboss.jandex.Type type)static booleanisWrapperType(org.jboss.jandex.Type type)static voidregister(AnnotationScanner annotationScanner)static voidremove()static voidsetCurrentConsumes(String[] currentConsumes)static voidsetCurrentProduces(String[] currentProduces)
-
-
-
Method Detail
-
register
public static void register(AnnotationScanner annotationScanner)
-
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)
-
-