- getBean() - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
Get the wrapped bean
- getBean1(T2) - Method in class net.sf.juffrou.util.reflect.BeanConverter
-
Get bean 1 from an instance of bean 2
- getBean2(T1) - Method in class net.sf.juffrou.util.reflect.BeanConverter
-
Get bean 2 from an instance of bean 1
- getBeanClass() - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
Get the wrapped bean class
- getBeanClass() - Method in class net.sf.juffrou.util.reflect.BeanWrapperContext
-
Get the wrapped bean class
- getBeanContextCreator() - Method in class net.sf.juffrou.util.reflect.BeanWrapperContext
-
- getBeanFieldHandler(String) - Method in class net.sf.juffrou.util.reflect.BeanWrapperContext
-
- getClass(Type) - Static method in class net.sf.juffrou.util.reflect.ReflectionUtil
-
Get the underlying class for a type, or null if the type is a variable type.
- getClazz(String) - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
Gets the class of a property in the wrapped bean.
- getContext() - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
- getField(String) - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
Gets the type of a property in the wrapped bean.
- getField() - Method in class net.sf.juffrou.util.reflect.internal.BeanFieldHandler
-
- getFields() - Method in class net.sf.juffrou.util.reflect.BeanWrapperContext
-
- getNestedContext(String) - Method in class net.sf.juffrou.util.reflect.BeanWrapperContext
-
Obtains the BeanWrapperContext that corresponds to the bean type of this property type.
- getNestedWrapper(String) - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
Obtains the BeanWrapper that corresponds to the bean instance of this property type.
- getNestedWrappers() - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
Returns all the nested bean wrappers that have been created inside this bean wrapper.
Nested bean wrappers are created when you access a nested property (i.e.
- getPropertyNames() - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
Get the names of all properties found in this bean and base ascending hierarchy
- getType(String) - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
Gets the type of a property in the wrapped bean.
- getType(String) - Method in class net.sf.juffrou.util.reflect.BeanWrapperContext
-
Gets the type of a property in the wrapped bean.
- getType() - Method in class net.sf.juffrou.util.reflect.internal.BeanFieldHandler
-
- getTypeArguments(String) - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
Gets the type of a property in the wrapped bean.
- getTypeArguments() - Method in class net.sf.juffrou.util.reflect.internal.BeanFieldHandler
-
- getTypeArguments(Class<T>, Class<? extends T>) - Static method in class net.sf.juffrou.util.reflect.ReflectionUtil
-
Get the actual type arguments a child class has used to extend a generic base class.
- getTypeArgumentsMap() - Method in class net.sf.juffrou.util.reflect.BeanWrapperContext
-
- getTypeArgumentsMap(Class<T>, Class<? extends T>) - Static method in class net.sf.juffrou.util.reflect.ReflectionUtil
-
Get the type parameters and the corresponding actual type arguments a child class has used to extend a generic base class.
- getValue(String) - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
Gets the value of a property in the wrapped bean.
- getValue(BeanWrapper) - Method in class net.sf.juffrou.util.reflect.internal.BeanFieldHandler
-