- getBean(boolean) - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
Get the wrapped bean Get the wrapped bean instance.
- getBean() - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
Get the wrapped bean instance.
- getBean1(T2) - Method in class net.sf.juffrou.reflect.BeanConverter
-
Get bean 1 from an instance of bean 2
- getBean2(T1) - Method in class net.sf.juffrou.reflect.BeanConverter
-
Get bean 2 from an instance of bean 1
- getBeanClass() - Method in class net.sf.juffrou.reflect.BeanWrapperContext
-
Get the wrapped bean class
- getBeanClass() - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
Get the wrapped bean class
- getBeanFieldHandler(String) - Method in class net.sf.juffrou.reflect.BeanWrapperContext
-
- getBeanFromMap(Map<String, Object>, Object) - Static method in class net.sf.juffrou.reflect.ReflectionUtil
-
Fill up a java bean with the contents of a map where the keys are
property names.
- getBeanFromMap(CustomizableBeanWrapperFactory, Map<String, Object>, Object) - Static method in class net.sf.juffrou.reflect.ReflectionUtil
-
Fill up a java bean with the contents of a map where the keys are
property names.
- getBeanInstanceBuilder() - Method in interface net.sf.juffrou.reflect.BeanWrapperFactory
-
Obtains the builder that will be used to create bean instances every time a bean instantiation is needed.
- getBeanInstanceBuilder() - Method in class net.sf.juffrou.reflect.CustomizableBeanWrapperFactory
-
- getBeanInstanceBuilder() - Method in class net.sf.juffrou.reflect.DefaultBeanWrapperFactory
-
- getBeanWrapper(Class) - Method in interface net.sf.juffrou.reflect.BeanWrapperFactory
-
Construct a bean wrapper around a class.
- getBeanWrapper(Object) - Method in interface net.sf.juffrou.reflect.BeanWrapperFactory
-
Construct a bean wrapper around an existing bean instance.
- getBeanWrapper(Class) - Method in class net.sf.juffrou.reflect.CustomizableBeanWrapperFactory
-
Construct a bean wrapper around a class.
- getBeanWrapper(Object) - Method in class net.sf.juffrou.reflect.CustomizableBeanWrapperFactory
-
Construct a bean wrapper around an existing bean instance.
- getBeanWrapper(Class) - Method in class net.sf.juffrou.reflect.DefaultBeanWrapperFactory
-
Construct a bean wrapper around a class.
- getBeanWrapper(Object) - Method in class net.sf.juffrou.reflect.DefaultBeanWrapperFactory
-
Construct a bean wrapper around an existing bean instance.
- getBeanWrapperContext(Class) - Method in interface net.sf.juffrou.reflect.BeanWrapperFactory
-
Retrieves a BeanWrapperContext for java bean class.
- getBeanWrapperContext(Class, Type...) - Method in interface net.sf.juffrou.reflect.BeanWrapperFactory
-
Retrieves a BeanWrapperContext for a parameterized (generic) java bean class.
- getBeanWrapperContext(Class) - Method in class net.sf.juffrou.reflect.CustomizableBeanWrapperFactory
-
Retrieves a BeanWrapperContext for java bean class.
- getBeanWrapperContext(Class, Type...) - Method in class net.sf.juffrou.reflect.CustomizableBeanWrapperFactory
-
Retrieves a BeanWrapperContext for a parameterized (generic) java bean
class.
- getBeanWrapperContext(Class) - Method in class net.sf.juffrou.reflect.DefaultBeanWrapperFactory
-
Retrieves a BeanWrapperContext for java bean class.
- getBeanWrapperContext(Class, Type...) - Method in class net.sf.juffrou.reflect.DefaultBeanWrapperFactory
-
Retrieves a BeanWrapperContext for a parameterized (generic) java bean class.
- getClass(Type) - Static method in class net.sf.juffrou.reflect.ReflectionUtil
-
Get the underlying class for a type, or null if the type is a variable
type.
- getClazz() - Method in exception net.sf.juffrou.reflect.error.InvalidPropertyException
-
- getClazz() - Method in exception net.sf.juffrou.reflect.error.NonCollectionPropertyException
-
- getClazz(String) - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
Gets the class of a property in the wrapped bean.
- getContext() - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
- getFactory() - Method in class net.sf.juffrou.reflect.BeanWrapperContext
-
- getFactory() - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
- getField() - Method in class net.sf.juffrou.reflect.internal.BeanFieldHandler
-
- getField(String) - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
Gets the field of a property in the wrapped bean.
- getFields() - Method in class net.sf.juffrou.reflect.BeanWrapperContext
-
- getGenericType() - Method in class net.sf.juffrou.reflect.internal.BeanFieldHandler
-
- getLocalNestedWrapper(String) - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
Obtains the BeanWrapper that corresponds to the bean instance of this
property type.
- getMapFromBean(Object) - Static method in class net.sf.juffrou.reflect.ReflectionUtil
-
Transform a Java bean into a Map where the keys are the property names.
- getMapFromBean(CustomizableBeanWrapperFactory, Object) - Static method in class net.sf.juffrou.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.reflect.BeanWrapperContext
-
Obtains the BeanWrapperContext that corresponds to the bean type of this property type.
- getNestedWrapper(String) - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
Obtains the JuffrouBeanWrapper corresponding to the bean referred by
propertyName.
- getNestedWrappers() - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
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.reflect.JuffrouBeanWrapper
-
- getParentBeanWrapper() - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
- getPropertyName() - Method in exception net.sf.juffrou.reflect.error.InvalidPropertyException
-
- getPropertyName() - Method in exception net.sf.juffrou.reflect.error.NonCollectionPropertyException
-
- getPropertyNames() - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
Get the names of all properties found in this bean and base ascending
hierarchy
- getReadMethod(Class<?>) - Method in class net.sf.juffrou.reflect.internal.BeanFieldHandler
-
- getType(String) - Method in class net.sf.juffrou.reflect.BeanWrapperContext
-
Gets the type of a property in the wrapped bean.
- getType() - Method in class net.sf.juffrou.reflect.internal.BeanFieldHandler
-
- getType(String) - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
Gets the type of a property in the wrapped bean.
- getTypeArguments() - Method in class net.sf.juffrou.reflect.internal.BeanFieldHandler
-
- getTypeArguments(String) - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
Gets the type arguments of a property in the wrapped bean.
- getTypeArguments(Class<T>, Class<? extends T>) - Static method in class net.sf.juffrou.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.reflect.BeanWrapperContext
-
- getTypeArgumentsMap(Class<T>, Class<? extends T>) - Static method in class net.sf.juffrou.reflect.ReflectionUtil
-
Get the type parameters and the corresponding actual type arguments a
child class has used to extend a generic base class.
- getValue(JuffrouBeanWrapper) - Method in class net.sf.juffrou.reflect.internal.BeanFieldHandler
-
- getValue(String) - Method in class net.sf.juffrou.reflect.JuffrouBeanWrapper
-
Gets the value of a property in the wrapped bean.
- getWriteMethod(Class<?>) - Method in class net.sf.juffrou.reflect.internal.BeanFieldHandler
-