org.databene.benerator.anno
Class AnnotationMapper

java.lang.Object
  extended by org.databene.benerator.anno.AnnotationMapper

public class AnnotationMapper
extends java.lang.Object

Maps Java annotations to descriptor objects.

Created: 29.04.2010 06:59:02

Since:
0.6.1
Author:
Volker Bergmann

Method Summary
static Generator<java.lang.Object[]> createMethodParamGenerator(java.lang.reflect.Method testMethod)
           
static InstanceDescriptor mapMethodParams(java.lang.reflect.Method testMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createMethodParamGenerator

public static Generator<java.lang.Object[]> createMethodParamGenerator(java.lang.reflect.Method testMethod)

mapMethodParams

public static InstanceDescriptor mapMethodParams(java.lang.reflect.Method testMethod)


Copyright © 2011. All Rights Reserved.