public class ValueTransformer
Transforms any instance in Value instance.
| Modifier and Type | Field and Description |
|---|---|
static ValueTransformer |
INSTANCE
Transforms any instance in Value instance.
|
| Modifier and Type | Method and Description |
|---|---|
ai.tock.nlp.entity.Value |
wrapNullableValue(java.lang.Object value) |
ai.tock.nlp.entity.Value |
wrapValue(java.lang.Object value) |
public static ValueTransformer INSTANCE
Transforms any instance in Value instance.