public class MultiValueHandler extends Object implements ThreePhaseValueHandler
If the object is an RDF List, then the RdfListValueHandler is used. Otherwise, the CollectionValueHandler is used.
| Constructor and Description |
|---|
MultiValueHandler(CollectionValueHandler collectionHandler,
RdfListValueHandler rdfListHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleValue(PropertyInfo propertyInfo) |
void |
setUp(PropertyInfo propertyInfo) |
void |
tearDown(PropertyInfo propertyInfo) |
public MultiValueHandler(CollectionValueHandler collectionHandler, RdfListValueHandler rdfListHandler)
public void handleValue(PropertyInfo propertyInfo) throws KonigException
handleValue in interface ValueHandlerKonigExceptionpublic void setUp(PropertyInfo propertyInfo) throws KonigException
setUp in interface ThreePhaseValueHandlerKonigExceptionpublic void tearDown(PropertyInfo propertyInfo) throws KonigException
tearDown in interface ThreePhaseValueHandlerKonigExceptionCopyright © 2019. All rights reserved.