public class CurrentScannerInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static AnnotationScanner |
getCurrentAnnotationScanner() |
static String[] |
getCurrentConsumes() |
static String[] |
getCurrentProduces() |
static boolean |
isScannerInternalResponse(org.jboss.jandex.Type type) |
static boolean |
isWrapperType(org.jboss.jandex.Type type) |
static void |
register(AnnotationScanner annotationScanner) |
static void |
remove() |
static void |
setCurrentConsumes(String[] currentConsumes) |
static void |
setCurrentProduces(String[] currentProduces) |
public static void register(AnnotationScanner annotationScanner)
public static AnnotationScanner getCurrentAnnotationScanner()
public static void setCurrentConsumes(String[] currentConsumes)
public static String[] getCurrentConsumes()
public static void setCurrentProduces(String[] currentProduces)
public static String[] getCurrentProduces()
public static void remove()
public static boolean isWrapperType(org.jboss.jandex.Type type)
public static boolean isScannerInternalResponse(org.jboss.jandex.Type type)
Copyright © 2018–2021. All rights reserved.