public class DirectAnnotatedElementFactory extends Object implements AnnotatedElementFactory
| Modifier and Type | Field and Description |
|---|---|
static DirectAnnotatedElementFactory |
INSTANCE |
| Constructor and Description |
|---|
DirectAnnotatedElementFactory() |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedElement |
getAnnotatedElement(AnnotatedElement annotatedElement) |
ParameterizedAnnotatedElement |
getAnnotatedElement(Constructor constructor) |
ParameterizedAnnotatedElement |
getAnnotatedElement(Method method) |
static DirectAnnotatedElementFactory |
getInstance() |
public static DirectAnnotatedElementFactory INSTANCE
public static DirectAnnotatedElementFactory getInstance()
public AnnotatedElement getAnnotatedElement(AnnotatedElement annotatedElement) throws AnnotatedElementException
getAnnotatedElement in interface AnnotatedElementFactoryAnnotatedElementExceptionpublic ParameterizedAnnotatedElement getAnnotatedElement(Method method) throws AnnotatedElementException
getAnnotatedElement in interface AnnotatedElementFactoryAnnotatedElementExceptionpublic ParameterizedAnnotatedElement getAnnotatedElement(Constructor constructor) throws AnnotatedElementException
getAnnotatedElement in interface AnnotatedElementFactoryAnnotatedElementExceptionCopyright © 2006-2013 Highsource. All Rights Reserved.