Package org.jdbi.v3.core.annotation
Annotation Type Unmappable
Configure reflective bean and pojo mapping to skip a property.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Returns true if the property is unmappable.
-
Element Details
-
value
boolean valueReturns true if the property is unmappable. It will be skipped when read from the database into a pojo.- Returns:
- True if the property is unmappable. It will be skipped when read from the database into a pojo.
- Default:
- true
-