Uses of Class
org.sqlproc.engine.plugin.BeanUtilsPlugin.GetterType
Packages that use BeanUtilsPlugin.GetterType
Package
Description
The public part of the SQL Processor implementation.
The private part of the SQL Processor implementation.
The plugins are used to alter the behavior of the SQL Processor.
-
Uses of BeanUtilsPlugin.GetterType in org.sqlproc.engine
Methods in org.sqlproc.engine that return BeanUtilsPlugin.GetterTypeModifier and TypeMethodDescriptionSqlRuntimeContext.getGetterType(Class<?> clazz, String attrName) Returns the attribute getter method types, if there is one.SqlRuntimeContext.getGetterType(Object bean, String attrName) Returns the attribute getter method types, if there is one. -
Uses of BeanUtilsPlugin.GetterType in org.sqlproc.engine.impl
Methods in org.sqlproc.engine.impl that return BeanUtilsPlugin.GetterTypeModifier and TypeMethodDescriptionSqlProcessContext.getGetterType(Class<?> clazz, String attrName) Returns the attribute getter method types, if there is one.SqlProcessContext.getGetterType(Object bean, String attrName) Returns the attribute getter method types, if there is one. -
Uses of BeanUtilsPlugin.GetterType in org.sqlproc.engine.plugin
Fields in org.sqlproc.engine.plugin with type parameters of type BeanUtilsPlugin.GetterTypeModifier and TypeFieldDescriptionprotected ConcurrentHashMap<String, BeanUtilsPlugin.GetterType> DefaultBeanUtilsPlugin.typeGettersMethods in org.sqlproc.engine.plugin that return BeanUtilsPlugin.GetterTypeModifier and TypeMethodDescriptionBeanUtilsPlugin.getGetterType(SqlRuntimeContext runtimeCtx, Class<?> clazz, String attrName) Returns the attribute getter method types, if there is one.BeanUtilsPlugin.getGetterType(SqlRuntimeContext runtimeCtx, Object bean, String attrName) Returns the attribute getter method types, if there is one.DefaultBeanUtilsPlugin.getGetterType(SqlRuntimeContext runtimeCtx, Class<?> clazz, String attrName) Returns the attribute getter method types, if there is one.DefaultBeanUtilsPlugin.getGetterType(SqlRuntimeContext runtimeCtx, Object bean, String attrName) Returns the attribute getter method types, if there is one.