Uses of Class
org.sqlproc.engine.plugin.BeanUtilsPlugin.GetterType

Packages that use BeanUtilsPlugin.GetterType
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
 BeanUtilsPlugin.GetterType SqlRuntimeContext.getGetterType(Class<?> clazz, String attrName)
           
 BeanUtilsPlugin.GetterType SqlRuntimeContext.getGetterType(Object bean, String attrName)
           
 

Uses of BeanUtilsPlugin.GetterType in org.sqlproc.engine.impl
 

Methods in org.sqlproc.engine.impl that return BeanUtilsPlugin.GetterType
 BeanUtilsPlugin.GetterType SqlProcessContext.getGetterType(Class<?> clazz, String attrName)
           
 BeanUtilsPlugin.GetterType SqlProcessContext.getGetterType(Object bean, String attrName)
           
 

Uses of BeanUtilsPlugin.GetterType in org.sqlproc.engine.plugin
 

Fields in org.sqlproc.engine.plugin with type parameters of type BeanUtilsPlugin.GetterType
protected  ConcurrentHashMap<String,BeanUtilsPlugin.GetterType> DefaultBeanUtilsPlugin.typeGetters
           
 

Methods in org.sqlproc.engine.plugin that return BeanUtilsPlugin.GetterType
 BeanUtilsPlugin.GetterType BeanUtilsPlugin.getGetterType(SqlRuntimeContext runtimeCtx, Class<?> clazz, String attrName)
          Returns the attribute getter method types, if there is one.
 BeanUtilsPlugin.GetterType DefaultBeanUtilsPlugin.getGetterType(SqlRuntimeContext runtimeCtx, Class<?> clazz, String attrName)
          Returns the attribute getter method types, if there is one.
 BeanUtilsPlugin.GetterType BeanUtilsPlugin.getGetterType(SqlRuntimeContext runtimeCtx, Object bean, String attrName)
          Returns the attribute getter method types, if there is one.
 BeanUtilsPlugin.GetterType DefaultBeanUtilsPlugin.getGetterType(SqlRuntimeContext runtimeCtx, Object bean, String attrName)
          Returns the attribute getter method types, if there is one.
 



Copyright © 2015. All rights reserved.