Class ResteasyReactiveDeploymentManager.ScanStep
java.lang.Object
org.jboss.resteasy.reactive.server.processor.ResteasyReactiveDeploymentManager.ScanStep
- Enclosing class:
- ResteasyReactiveDeploymentManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalResource(org.jboss.jandex.DotName className, org.jboss.jandex.ClassInfo classInfo) addAdditionalResourcePath(org.jboss.jandex.DotName className, String path) addAnnotationsTransformer(AnnotationsTransformer annotationsTransformer) Deprecated, for removal: This API element is subject to removal in a future version.addAnnotationTransformation(org.jboss.jandex.AnnotationTransformation annotationTransformation) addContextType(org.jboss.jandex.DotName type) addContextTypes(Collection<org.jboss.jandex.DotName> types) addFeatureScanner(FeatureScanner methodScanner) addMethodScanner(MethodScanner methodScanner) intbooleanbooleanscan()setApplicationPath(String applicationPath) setDefaultProduces(boolean defaultProduces) setInputBufferSize(int inputBufferSize) setSingleDefaultProduces(boolean singleDefaultProduces)
-
Constructor Details
-
ScanStep
public ScanStep(org.jboss.jandex.IndexView nonCalculatingIndex)
-
-
Method Details
-
getInputBufferSize
public int getInputBufferSize() -
setInputBufferSize
-
isSingleDefaultProduces
public boolean isSingleDefaultProduces() -
setSingleDefaultProduces
public ResteasyReactiveDeploymentManager.ScanStep setSingleDefaultProduces(boolean singleDefaultProduces) -
addContextType
-
addContextTypes
public ResteasyReactiveDeploymentManager.ScanStep addContextTypes(Collection<org.jboss.jandex.DotName> types) -
isDefaultProduces
public boolean isDefaultProduces() -
setDefaultProduces
-
addAdditionalResource
public ResteasyReactiveDeploymentManager.ScanStep addAdditionalResource(org.jboss.jandex.DotName className, org.jboss.jandex.ClassInfo classInfo) -
addAdditionalResourcePath
public ResteasyReactiveDeploymentManager.ScanStep addAdditionalResourcePath(org.jboss.jandex.DotName className, String path) -
addMethodScanner
-
addFeatureScanner
-
addAnnotationsTransformer
@Deprecated(forRemoval=true) public ResteasyReactiveDeploymentManager.ScanStep addAnnotationsTransformer(AnnotationsTransformer annotationsTransformer) Deprecated, for removal: This API element is subject to removal in a future version. -
addAnnotationTransformation
public ResteasyReactiveDeploymentManager.ScanStep addAnnotationTransformation(org.jboss.jandex.AnnotationTransformation annotationTransformation) -
getApplicationPath
-
setApplicationPath
-
scan
-
addAnnotationTransformation(AnnotationTransformation)