Uses of Enum Class
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
Subclasses with type arguments of type AccessibleObjectStrategy in org.jdbi.v3.core.mapper.reflectMethods in org.jdbi.v3.core.mapper.reflect that return AccessibleObjectStrategyModifier and TypeMethodDescriptionstatic AccessibleObjectStrategyReturns the enum constant of this class with the specified name.static AccessibleObjectStrategy[]AccessibleObjectStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.