Uses of Enum
org.jdbi.v3.core.mapper.reflect.AccessibleObjectStrategy
Packages that use AccessibleObjectStrategy
Package
Description
mapper.reflect provides 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 AccessibleObjectStrategyModifier and TypeMethodDescriptionstatic AccessibleObjectStrategyReturns 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.