Annotation Interface DecodingPojoFailureStrategy


@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface DecodingPojoFailureStrategy
Use this annotation to define the behaviour of the pojo codec in case of exceptions. You can use this annotation on class level. Two strategies can be chosen: NULL or RETHROW_EXCEPTION Attention: be careful using this feature as this can lead to a "wrong" representation of your data stored within the database
Since:
2.5.0