Package io.quarkus.jaxb.runtime.graal
Class Target_org_glassfish_jaxb_runtime_v2_model_annotation_RuntimeInlineAnnotationReader
java.lang.Object
io.quarkus.jaxb.runtime.graal.Target_org_glassfish_jaxb_runtime_v2_model_annotation_RuntimeInlineAnnotationReader
final class Target_org_glassfish_jaxb_runtime_v2_model_annotation_RuntimeInlineAnnotationReader
extends Object
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetAllFieldAnnotations(Field field, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos) getAllMethodAnnotations(Method method, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos) <A extends Annotation>
AgetClassAnnotation(Class<A> a, Class clazz, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos) <A extends Annotation>
AgetFieldAnnotation(Class<A> annotation, Field field, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos) <A extends Annotation>
AgetMethodAnnotation(Class<A> annotation, Method method, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos) <A extends Annotation>
AgetMethodParameterAnnotation(Class<A> annotation, Method method, int paramIndex, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos) <A extends Annotation>
AgetPackageAnnotation(Class<A> a, Class clazz, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos)
-
Constructor Details
-
Target_org_glassfish_jaxb_runtime_v2_model_annotation_RuntimeInlineAnnotationReader
Target_org_glassfish_jaxb_runtime_v2_model_annotation_RuntimeInlineAnnotationReader()
-
-
Method Details
-
getFieldAnnotation
public <A extends Annotation> A getFieldAnnotation(Class<A> annotation, Field field, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos) -
getAllFieldAnnotations
public Annotation[] getAllFieldAnnotations(Field field, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos) -
getMethodAnnotation
public <A extends Annotation> A getMethodAnnotation(Class<A> annotation, Method method, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos) -
getAllMethodAnnotations
public Annotation[] getAllMethodAnnotations(Method method, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos) -
getMethodParameterAnnotation
public <A extends Annotation> A getMethodParameterAnnotation(Class<A> annotation, Method method, int paramIndex, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos) -
getClassAnnotation
public <A extends Annotation> A getClassAnnotation(Class<A> a, Class clazz, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos) -
getPackageAnnotation
public <A extends Annotation> A getPackageAnnotation(Class<A> a, Class clazz, org.glassfish.jaxb.core.v2.model.annotation.Locatable srcPos)
-