public class RdfListValueHandler extends Object implements ValueHandler
| Constructor and Description |
|---|
RdfListValueHandler(Class<?> collectionType,
Method collectionSetter,
Method collectionGetter,
ValueHandler elementHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
after(PropertyInfo propertyInfo) |
void |
before(PropertyInfo propertyInfo) |
void |
handleValue(PropertyInfo propertyInfo) |
public RdfListValueHandler(Class<?> collectionType, Method collectionSetter, Method collectionGetter, ValueHandler elementHandler)
public void handleValue(PropertyInfo propertyInfo) throws KonigException
handleValue in interface ValueHandlerKonigExceptionpublic void before(PropertyInfo propertyInfo)
public void after(PropertyInfo propertyInfo)
Copyright © 2019. All rights reserved.