public interface AnnotationScannerExtension
DefaultAnnotationScannerExtension.DefaultAnnotationScannerExtension| Modifier and Type | Method and Description |
|---|---|
JandexUtil.JaxRsParameterInfo |
getMethodParameterJaxRsInfo(org.jboss.jandex.MethodInfo method,
int idx)
Deprecated.
|
boolean |
isJaxRsAnnotationExtension(org.jboss.jandex.AnnotationInstance instance)
Returns true if the given annotation is a jax-rs annotation extension, such as would be in the javax.ws.rs
package.
|
org.eclipse.microprofile.openapi.models.parameters.Parameter.In |
parameterIn(org.jboss.jandex.MethodParameterInfo paramInfo)
Deprecated.
|
void |
processJaxRsApplications(OpenApiAnnotationScanner scanner,
Collection<org.jboss.jandex.ClassInfo> applications)
Gives a chance to extensions to process the set of jax-rs application classes.
|
org.jboss.jandex.Type |
resolveAsyncType(org.jboss.jandex.Type type)
Unwraps an asynchronous type such as
CompletionStage<X> into its resolved type
X |
@Deprecated org.eclipse.microprofile.openapi.models.parameters.Parameter.In parameterIn(org.jboss.jandex.MethodParameterInfo paramInfo)
paramInfo - @Deprecated JandexUtil.JaxRsParameterInfo getMethodParameterJaxRsInfo(org.jboss.jandex.MethodInfo method, int idx)
JandexUtil.JaxRsParameterInfo object
with the name and type of the param.method - MethodInfoidx - index of parameterorg.jboss.jandex.Type resolveAsyncType(org.jboss.jandex.Type type)
CompletionStage<X> into its resolved type
Xtype - the type to unwrap if it is a supported async typevoid processJaxRsApplications(OpenApiAnnotationScanner scanner, Collection<org.jboss.jandex.ClassInfo> applications)
scanner - the scanner used for application scanningapplications - the set of jax-rs application classesboolean isJaxRsAnnotationExtension(org.jboss.jandex.AnnotationInstance instance)
instance - the annotation to checkCopyright © 2018–2019. All rights reserved.