Uses of Class
org.jdbi.v3.core.mapper.reflect.AccessibleObjectStrategy
-
Packages that use AccessibleObjectStrategy Package Description org.jdbi.v3.core.mapper.reflect mapper.reflectprovides RowMappers that reflectively construct result types using techniques like constructor injection or JavaBeans setters. -
-
Uses of AccessibleObjectStrategy in org.jdbi.v3.core.mapper.reflect
Methods in org.jdbi.v3.core.mapper.reflect that return AccessibleObjectStrategy Modifier and Type Method Description static AccessibleObjectStrategyAccessibleObjectStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AccessibleObjectStrategy[]AccessibleObjectStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-