Annotation Interface JsonSkipPersistence


@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface JsonSkipPersistence
Combine with ObjectMapper provided by JsonUtil.setupPersistentObjectMapper(com.fasterxml.jackson.databind.ObjectMapper), annotated field will be ignored in serialization.