public abstract class ValueTransformer<Value,Bound> extends Object
| Constructor and Description |
|---|
ValueTransformer() |
| Modifier and Type | Method and Description |
|---|---|
abstract Value |
marshalToDb(Bound bound) |
abstract Bound |
unmarshalFromDb(String value) |
Copyright © 2012–2022 Zalando SE. All rights reserved.