org.jvnet.annox.reflect
Class DirectAnnotatedElementFactory

java.lang.Object
  extended by org.jvnet.annox.reflect.DirectAnnotatedElementFactory
All Implemented Interfaces:
AnnotatedElementFactory

public class DirectAnnotatedElementFactory
extends Object
implements AnnotatedElementFactory


Field Summary
static DirectAnnotatedElementFactory INSTANCE
           
 
Constructor Summary
DirectAnnotatedElementFactory()
           
 
Method Summary
 AnnotatedElement getAnnotatedElement(AnnotatedElement annotatedElement)
           
 ParameterizedAnnotatedElement getAnnotatedElement(Constructor constructor)
           
 ParameterizedAnnotatedElement getAnnotatedElement(Method method)
           
static DirectAnnotatedElementFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static DirectAnnotatedElementFactory INSTANCE
Constructor Detail

DirectAnnotatedElementFactory

public DirectAnnotatedElementFactory()
Method Detail

getInstance

public static DirectAnnotatedElementFactory getInstance()

getAnnotatedElement

public AnnotatedElement getAnnotatedElement(AnnotatedElement annotatedElement)
                                     throws AnnotatedElementException
Specified by:
getAnnotatedElement in interface AnnotatedElementFactory
Throws:
AnnotatedElementException

getAnnotatedElement

public ParameterizedAnnotatedElement getAnnotatedElement(Method method)
                                                  throws AnnotatedElementException
Specified by:
getAnnotatedElement in interface AnnotatedElementFactory
Throws:
AnnotatedElementException

getAnnotatedElement

public ParameterizedAnnotatedElement getAnnotatedElement(Constructor constructor)
                                                  throws AnnotatedElementException
Specified by:
getAnnotatedElement in interface AnnotatedElementFactory
Throws:
AnnotatedElementException


Copyright © 2006-2012 Highsource. All Rights Reserved.