org.jboss.reflect.plugins
Class AnnotationValueFactory

java.lang.Object
  extended by org.jboss.reflect.plugins.AnnotationValueFactory

public class AnnotationValueFactory
extends Object

Version:
$Revision: 69888 $
Author:
Kabir Khan

Constructor Summary
AnnotationValueFactory()
           
 
Method Summary
static AnnotationValue createAnnotationValue(TypeInfoFactory typeInfoFactory, AnnotationHelper annotationHelper, AnnotationInfo info, Object ann)
           
static Value createValue(AnnotationHelper annotationHelper, TypeInfo type, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationValueFactory

public AnnotationValueFactory()
Method Detail

createValue

public static Value createValue(AnnotationHelper annotationHelper,
                                TypeInfo type,
                                Object value)

createAnnotationValue

public static AnnotationValue createAnnotationValue(TypeInfoFactory typeInfoFactory,
                                                    AnnotationHelper annotationHelper,
                                                    AnnotationInfo info,
                                                    Object ann)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.