com.sun.xml.bind.v2.model.annotation
public abstract class AbstractInlineAnnotationReaderImpl<T,C,F,M> extends Object implements AnnotationReader<T,C,F,M>
Method Summary | |
---|---|
protected abstract String | fullName(M m)
Gets the fully-qualified name of the method.
|
ErrorHandler | getErrorHandler()
Always return a non-null valid |
<A extends Annotation> A | getMethodAnnotation(Class<A> annotation, M getter, M setter, Locatable srcPos) |
boolean | hasMethodAnnotation(Class<? extends Annotation> annotation, String propertyName, M getter, M setter, Locatable srcPos) |
void | setErrorHandler(ErrorHandler errorHandler) |