Class DirectAnnotatedElementFactory
java.lang.Object
org.jvnet.basicjaxb_annox.reflect.DirectAnnotatedElementFactory
- All Implemented Interfaces:
AnnotatedElementFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotatedElement(AnnotatedElement annotatedElement) getAnnotatedElement(Constructor constructor) getAnnotatedElement(Method method)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DirectAnnotatedElementFactory
public DirectAnnotatedElementFactory()
-
-
Method Details
-
getInstance
-
getAnnotatedElement
public AnnotatedElement getAnnotatedElement(AnnotatedElement annotatedElement) throws AnnotatedElementException - Specified by:
getAnnotatedElementin interfaceAnnotatedElementFactory- Throws:
AnnotatedElementException
-
getAnnotatedElement
public ParameterizedAnnotatedElement getAnnotatedElement(Method method) throws AnnotatedElementException - Specified by:
getAnnotatedElementin interfaceAnnotatedElementFactory- Throws:
AnnotatedElementException
-
getAnnotatedElement
public ParameterizedAnnotatedElement getAnnotatedElement(Constructor constructor) throws AnnotatedElementException - Specified by:
getAnnotatedElementin interfaceAnnotatedElementFactory- Throws:
AnnotatedElementException
-