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 AnnotatedElementFactory
AnnotatedElementException
public ParameterizedAnnotatedElement getAnnotatedElement(Method method) throws AnnotatedElementException
getAnnotatedElement
in interface AnnotatedElementFactory
AnnotatedElementException
public ParameterizedAnnotatedElement getAnnotatedElement(Constructor constructor) throws AnnotatedElementException
getAnnotatedElement
in interface AnnotatedElementFactory
AnnotatedElementException
Copyright © 2006–2018. All rights reserved.