public class KeyValueBeanAnnotationConverter extends java.lang.Object implements junitparams.converters.Converter<KeyValueBean,java.lang.Object>
| Modifier | Constructor and Description |
|---|---|
|
KeyValueBeanAnnotationConverter() |
protected |
KeyValueBeanAnnotationConverter(java.lang.Class<?> beanClass,
java.lang.Class<?> propertyDelegateClass) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convert(java.lang.Object param) |
void |
initialize(KeyValueBean annotation) |
public KeyValueBeanAnnotationConverter()
protected KeyValueBeanAnnotationConverter(java.lang.Class<?> beanClass,
java.lang.Class<?> propertyDelegateClass)
public void initialize(KeyValueBean annotation)
initialize in interface junitparams.converters.Converter<KeyValueBean,java.lang.Object>public java.lang.Object convert(java.lang.Object param)
throws junitparams.converters.ConversionFailedException
convert in interface junitparams.converters.Converter<KeyValueBean,java.lang.Object>junitparams.converters.ConversionFailedException