- 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
- getBeanFieldHandler(String) - Method in class net.sf.juffrou.util.reflect.BeanWrapperContext
-
- getBeanFromMap(Map<String, Object>, Object) - Static method in class net.sf.juffrou.util.reflect.ReflectionUtil
-
Fill up a java bean with the contents of a map where the keys are property names.
- getBeanFromMap(BeanWrapperFactory, Map<String, Object>, Object) - Static method in class net.sf.juffrou.util.reflect.ReflectionUtil
-
Fill up a java bean with the contents of a map where the keys are property names.
- getBeanInstanceBuilder() - Method in class net.sf.juffrou.util.reflect.BeanWrapperContext
-
- getBeanInstanceBuilder() - Method in class net.sf.juffrou.util.reflect.BeanWrapperFactory
-
- getBeanWrapper(Class) - Method in class net.sf.juffrou.util.reflect.BeanWrapperFactory
-
Construct a bean wrapper around a class.
- getBeanWrapper(Object) - Method in class net.sf.juffrou.util.reflect.BeanWrapperFactory
-
Construct a bean wrapper around an existing bean instance.
- getBeanWrapperContext(Class) - Method in class net.sf.juffrou.util.reflect.BeanWrapperFactory
-
Retrieves a BeanWrapperContext for java bean class.
- getBeanWrapperContext(Class, Type...) - Method in class net.sf.juffrou.util.reflect.BeanWrapperFactory
-
Retrieves a BeanWrapperContext for a parameterized (generic) java bean class.
- 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
-
- getFactory() - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
- getFactory() - Method in class net.sf.juffrou.util.reflect.BeanWrapperContext
-
- 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
-
- getMapFromBean(Object) - Static method in class net.sf.juffrou.util.reflect.ReflectionUtil
-
Transform a Java bean into a Map where the keys are the property names.
- getMapFromBean(BeanWrapperFactory, Object) - Static method in class net.sf.juffrou.util.reflect.ReflectionUtil
-
Transform a Java bean into a Map where the keys are the property names.
- getNestedContext(String, Object) - 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.
- getParentBeanProperty() - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
- getParentBeanWrapper() - Method in class net.sf.juffrou.util.reflect.BeanWrapper
-
- 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
-