public class CollectionValueHandler extends Object implements ThreePhaseValueHandler
| Constructor and Description |
|---|
CollectionValueHandler(Class<?> collectionType,
Method collectionSetter,
Method collectionGetter,
ValueHandler elementHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleValue(PropertyInfo propertyInfo) |
void |
setUp(PropertyInfo propertyInfo) |
void |
tearDown(PropertyInfo propertyInfo) |
public CollectionValueHandler(Class<?> collectionType, Method collectionSetter, Method collectionGetter, ValueHandler elementHandler)
public void setUp(PropertyInfo propertyInfo)
setUp in interface ThreePhaseValueHandlerpublic void tearDown(PropertyInfo propertyInfo)
tearDown in interface ThreePhaseValueHandlerpublic void handleValue(PropertyInfo propertyInfo) throws KonigException
handleValue in interface ValueHandlerKonigExceptionCopyright © 2019. All rights reserved.