Uses of Class
com.dyuproject.util.reflect.ParameterType.SimpleField

Packages that use ParameterType.SimpleField
com.dyuproject.util.reflect   
 

Uses of ParameterType.SimpleField in com.dyuproject.util.reflect
 

Methods in com.dyuproject.util.reflect that return types with arguments of type ParameterType.SimpleField
static Map<String,ParameterType.SimpleField> ParameterType.getSimpleFieldGetters(Class<?> pojoClass)
          Gets the getters of a pojo as a map of String as key and ParameterType.SimpleField as value.
static Map<String,ParameterType.SimpleField> ParameterType.getSimpleFieldSetters(Class<?> pojoClass)
          Gets the setters of a pojo as a map of String as key and ParameterType.SimpleField as value.
 



Copyright © 2008-2013. All Rights Reserved.