Package io.micronaut.data.annotation
Annotation Type DataTransformer
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface DataTransformer
Generic version of allowing transformations to be applied when reading or writing data to and from the a database. Inspired by Hibernate'sColumnTransformer
concept.- Since:
- 1.0
- Author:
- graemerocher