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