Package org.jdbi.v3.core.annotation
Annotation Type JdbiProperty
Configure reflective bean and pojo property attributes.
 Most reflective mappers, including field, method, and property mappers, try to respect this.
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
mapboolean mapReturns true if the property is mapped in a result. The property will be read from the database into a result.- Returns:
- true if the property is unmappable
 - Default:
- true
 
- 
bindboolean bindReturns true if the property is bound as an argument. Property will be bound as an argument.- Returns:
- true if the property is unbindable
 - Default:
- true
 
 
-