public class IntroductionsAnnotationReader extends com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl<Type,Class,Field,Method> implements com.sun.xml.bind.v2.model.annotation.RuntimeAnnotationReader
Modifier and Type | Field and Description |
---|---|
static Set<Class<? extends Annotation>> |
AVAILABLE_CLASS_ANNOTATIONS |
static Set<Class<? extends Annotation>> |
AVAILABLE_MEMBER_ANNOTATIONS |
Constructor and Description |
---|
IntroductionsAnnotationReader(JaxbIntros introductions) |
Modifier and Type | Method and Description |
---|---|
protected String |
fullName(Method m) |
Annotation[] |
getAllFieldAnnotations(Field field,
com.sun.xml.bind.v2.model.annotation.Locatable srcPos) |
Annotation[] |
getAllMethodAnnotations(Method method,
com.sun.xml.bind.v2.model.annotation.Locatable srcPos) |
<A extends Annotation> |
getClassAnnotation(Class<A> annotation,
Class clazz,
com.sun.xml.bind.v2.model.annotation.Locatable srcPos) |
Class<?>[] |
getClassArrayValue(Annotation a,
String name) |
Class<?> |
getClassValue(Annotation a,
String name) |
<A extends Annotation> |
getFieldAnnotation(Class<A> annotation,
Field field,
com.sun.xml.bind.v2.model.annotation.Locatable srcPos) |
<A extends Annotation> |
getMethodAnnotation(Class<A> annotation,
Method method,
com.sun.xml.bind.v2.model.annotation.Locatable srcPos) |
<A extends Annotation> |
getMethodParameterAnnotation(Class<A> annotation,
Method method,
int paramIndex,
com.sun.xml.bind.v2.model.annotation.Locatable srcPos) |
<A extends Annotation> |
getPackageAnnotation(Class<A> a,
Class clazz,
com.sun.xml.bind.v2.model.annotation.Locatable srcPos) |
boolean |
hasClassAnnotation(Class clazz,
Class<? extends Annotation> annotationType) |
boolean |
hasFieldAnnotation(Class<? extends Annotation> annotationType,
Field field) |
boolean |
hasMethodAnnotation(Class<? extends Annotation> annotation,
Method method) |
getErrorHandler, getMethodAnnotation, hasMethodAnnotation, setErrorHandler
public static Set<Class<? extends Annotation>> AVAILABLE_CLASS_ANNOTATIONS
public static Set<Class<? extends Annotation>> AVAILABLE_MEMBER_ANNOTATIONS
public IntroductionsAnnotationReader(JaxbIntros introductions)
public <A extends Annotation> A getFieldAnnotation(Class<A> annotation, Field field, com.sun.xml.bind.v2.model.annotation.Locatable srcPos)
public boolean hasFieldAnnotation(Class<? extends Annotation> annotationType, Field field)
public Annotation[] getAllFieldAnnotations(Field field, com.sun.xml.bind.v2.model.annotation.Locatable srcPos)
public <A extends Annotation> A getMethodAnnotation(Class<A> annotation, Method method, com.sun.xml.bind.v2.model.annotation.Locatable srcPos)
public boolean hasMethodAnnotation(Class<? extends Annotation> annotation, Method method)
public Annotation[] getAllMethodAnnotations(Method method, com.sun.xml.bind.v2.model.annotation.Locatable srcPos)
public <A extends Annotation> A getMethodParameterAnnotation(Class<A> annotation, Method method, int paramIndex, com.sun.xml.bind.v2.model.annotation.Locatable srcPos)
public <A extends Annotation> A getClassAnnotation(Class<A> annotation, Class clazz, com.sun.xml.bind.v2.model.annotation.Locatable srcPos)
public boolean hasClassAnnotation(Class clazz, Class<? extends Annotation> annotationType)
public <A extends Annotation> A getPackageAnnotation(Class<A> a, Class clazz, com.sun.xml.bind.v2.model.annotation.Locatable srcPos)
public Class<?> getClassValue(Annotation a, String name)
public Class<?>[] getClassArrayValue(Annotation a, String name)
Copyright © 2019. All Rights Reserved.