Uses of Class
org.sqlproc.engine.plugin.BeanUtilsPlugin.GetterType
-
Packages that use BeanUtilsPlugin.GetterType Package Description org.sqlproc.engine The public part of the SQL Processor implementation.org.sqlproc.engine.impl The private part of the SQL Processor implementation.org.sqlproc.engine.plugin 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.GetterType Modifier and Type Method Description BeanUtilsPlugin.GetterTypeSqlRuntimeContext. getGetterType(Class<?> clazz, String attrName)Returns the attribute getter method types, if there is one.BeanUtilsPlugin.GetterTypeSqlRuntimeContext. 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.GetterType Modifier and Type Method Description BeanUtilsPlugin.GetterTypeSqlProcessContext. getGetterType(Class<?> clazz, String attrName)Returns the attribute getter method types, if there is one.BeanUtilsPlugin.GetterTypeSqlProcessContext. 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.GetterType Modifier and Type Field Description protected ConcurrentHashMap<String,BeanUtilsPlugin.GetterType>DefaultBeanUtilsPlugin. typeGettersMethods in org.sqlproc.engine.plugin that return BeanUtilsPlugin.GetterType Modifier and Type Method Description BeanUtilsPlugin.GetterTypeBeanUtilsPlugin. getGetterType(SqlRuntimeContext runtimeCtx, Class<?> clazz, String attrName)Returns the attribute getter method types, if there is one.BeanUtilsPlugin.GetterTypeBeanUtilsPlugin. getGetterType(SqlRuntimeContext runtimeCtx, Object bean, String attrName)Returns the attribute getter method types, if there is one.BeanUtilsPlugin.GetterTypeDefaultBeanUtilsPlugin. getGetterType(SqlRuntimeContext runtimeCtx, Class<?> clazz, String attrName)Returns the attribute getter method types, if there is one.BeanUtilsPlugin.GetterTypeDefaultBeanUtilsPlugin. getGetterType(SqlRuntimeContext runtimeCtx, Object bean, String attrName)Returns the attribute getter method types, if there is one.
-