Package de.bild.codec.annotations
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
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements
-
Element Details
-
value
- Default:
- RETHROW_EXCEPTION
-