| Package | Description |
|---|---|
| io.konig.core.pojo.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ThreePhaseValueHandler
A ValueHandler that receives three different calls:
setUp is invoked once at the beginning of a set of values for a given predicate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppendToListHandler |
class |
CollectionValueHandler |
class |
EnumValueHandler |
class |
FloatValueHandler |
class |
LiteralPropertyHandler |
class |
MultiValueHandler
A ValueHandler that wraps a CollectionValueHandler and an RdfListValueHandler.
|
class |
NumberValueHandler |
class |
RdfListValueHandler |
class |
RdfValueHandler |
class |
ResourceHandler |
class |
StringValueHandler |
class |
UriValueHandler |
| Modifier and Type | Method and Description |
|---|---|
protected ValueHandler |
BasicPojoHandler.valueHandler(Class<?> type,
Method m) |
| Constructor and Description |
|---|
AppendToListHandler(ValueHandler elementHandler) |
CollectionValueHandler(Class<?> collectionType,
Method collectionSetter,
Method collectionGetter,
ValueHandler elementHandler) |
RdfListValueHandler(Class<?> collectionType,
Method collectionSetter,
Method collectionGetter,
ValueHandler elementHandler) |
Copyright © 2019. All rights reserved.