Package io.quarkus.runtime.graal
Class MethodReplacement
- java.lang.Object
-
- io.quarkus.runtime.graal.MethodReplacement
-
final class MethodReplacement extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodReplacement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotatedType
getAnnotatedReturnType()
<T extends Annotation>
TgetAnnotation(Class<T> annotationClass)
Annotation[]
getDeclaredAnnotations()
Type
getGenericReturnType()
-
-
-
Method Detail
-
getGenericReturnType
public Type getGenericReturnType()
-
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
-
getDeclaredAnnotations
public Annotation[] getDeclaredAnnotations()
-
getAnnotatedReturnType
public AnnotatedType getAnnotatedReturnType()
-
-