Class DualAnnotatedElementFactory
java.lang.Object
org.jvnet.basicjaxb_annox.reflect.DualAnnotatedElementFactory
- All Implemented Interfaces:
AnnotatedElementFactory
-
Constructor Summary
ConstructorsConstructorDescriptionDualAnnotatedElementFactory(AnnotatedElementFactory primary, AnnotatedElementFactory secondary) -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotatedElement(AnnotatedElement annotatedElement) getAnnotatedElement(Constructor annotatedElement) getAnnotatedElement(Method annotatedElement)
-
Constructor Details
-
DualAnnotatedElementFactory
public DualAnnotatedElementFactory(AnnotatedElementFactory primary, AnnotatedElementFactory secondary) -
DualAnnotatedElementFactory
public DualAnnotatedElementFactory()
-
-
Method Details
-
getAnnotatedElement
public AnnotatedElement getAnnotatedElement(AnnotatedElement annotatedElement) throws AnnotatedElementException - Specified by:
getAnnotatedElementin interfaceAnnotatedElementFactory- Throws:
AnnotatedElementException
-
getAnnotatedElement
public ParameterizedAnnotatedElement getAnnotatedElement(Constructor annotatedElement) throws AnnotatedElementException - Specified by:
getAnnotatedElementin interfaceAnnotatedElementFactory- Throws:
AnnotatedElementException
-
getAnnotatedElement
public ParameterizedAnnotatedElement getAnnotatedElement(Method annotatedElement) throws AnnotatedElementException - Specified by:
getAnnotatedElementin interfaceAnnotatedElementFactory- Throws:
AnnotatedElementException
-