@FunctionalInterface public interface ValueConverter
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object data)
Convert the column's data value.
|
static ValueConverter |
passthrough()
Obtain a
ValueConverter that passes through values. |
Object convert(Object data)
data - the column data valuestatic ValueConverter passthrough()
ValueConverter that passes through values.ValueConverter; never nullCopyright © 2016 JBoss by Red Hat. All rights reserved.