final class ParameterReplacement extends Object
Constructor and Description |
---|
ParameterReplacement() |
Modifier and Type | Method and Description |
---|---|
AnnotatedType |
getAnnotatedType() |
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getDeclaredAnnotations() |
Type |
getParameterizedType() |
public Type getParameterizedType()
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
public Annotation[] getDeclaredAnnotations()
public AnnotatedType getAnnotatedType()
Copyright © 2020 JBoss by Red Hat. All rights reserved.