A B C G H R S 

A

AbstractRuntimeException - Exception in com.googlecode.juffrou.error
 
AbstractRuntimeException() - Constructor for exception com.googlecode.juffrou.error.AbstractRuntimeException
 
AbstractRuntimeException(String, Throwable) - Constructor for exception com.googlecode.juffrou.error.AbstractRuntimeException
 
AbstractRuntimeException(String) - Constructor for exception com.googlecode.juffrou.error.AbstractRuntimeException
 
AbstractRuntimeException(Throwable) - Constructor for exception com.googlecode.juffrou.error.AbstractRuntimeException
 

B

BeanConverter<T1,T2> - Class in com.googlecode.juffrou.util.reflect
Utility class to convert between two beans
BeanConverter(Class<T1>, Class<T2>, Map<String, String>) - Constructor for class com.googlecode.juffrou.util.reflect.BeanConverter
 
BeanWrapper - Class in com.googlecode.juffrou.util.reflect
Utility class for bean handling.
Allows access to the wrapped bean's properties and also to the properties of beans referenced by them.
BeanWrapper(Object) - Constructor for class com.googlecode.juffrou.util.reflect.BeanWrapper
Construct a bean wrapper around an existing bean object
BeanWrapper(Class) - Constructor for class com.googlecode.juffrou.util.reflect.BeanWrapper
Construct a bean wrapper around an object that is an instance of the class

C

com.googlecode.juffrou.error - package com.googlecode.juffrou.error
 
com.googlecode.juffrou.util.reflect - package com.googlecode.juffrou.util.reflect
 

G

getBean() - Method in class com.googlecode.juffrou.util.reflect.BeanWrapper
Get the wrapped bean
getBean1(T2) - Method in class com.googlecode.juffrou.util.reflect.BeanConverter
Get bean 1 from an instance of bean 2
getBean2(T1) - Method in class com.googlecode.juffrou.util.reflect.BeanConverter
Get bean 2 from an instance of bean 1
getBeanClass() - Method in class com.googlecode.juffrou.util.reflect.BeanWrapper
Get the wrapped bean class
getClass(Type) - Static method in class com.googlecode.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 com.googlecode.juffrou.util.reflect.BeanWrapper
Gets the class of a property in the wrapped bean.
getField(String) - Method in class com.googlecode.juffrou.util.reflect.BeanWrapper
Gets the type of a property in the wrapped bean.
getNestesWrappers() - Method in class com.googlecode.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.
getType(String) - Method in class com.googlecode.juffrou.util.reflect.BeanWrapper
Gets the type of a property in the wrapped bean.
getTypeArguments(String) - Method in class com.googlecode.juffrou.util.reflect.BeanWrapper
Gets the type of a property in the wrapped bean.
getTypeArguments(Class<T>, Class<? extends T>) - Static method in class com.googlecode.juffrou.util.reflect.ReflectionUtil
Get the actual type arguments a child class has used to extend a generic base class.
getTypeArgumentsMap(Class<T>, Class<? extends T>) - Static method in class com.googlecode.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 com.googlecode.juffrou.util.reflect.BeanWrapper
Gets the value of a property in the wrapped bean.

H

hasProperty(String) - Method in class com.googlecode.juffrou.util.reflect.BeanWrapper
Checks whether a property exists in the wrapped bean.

R

ReflectionException - Exception in com.googlecode.juffrou.error
 
ReflectionException(String) - Constructor for exception com.googlecode.juffrou.error.ReflectionException
 
ReflectionException(Throwable) - Constructor for exception com.googlecode.juffrou.error.ReflectionException
 
ReflectionException(String, Throwable) - Constructor for exception com.googlecode.juffrou.error.ReflectionException
 
ReflectionUtil - Class in com.googlecode.juffrou.util.reflect
Utility methods to provide information over generic types.
ReflectionUtil() - Constructor for class com.googlecode.juffrou.util.reflect.ReflectionUtil
 
reset() - Method in class com.googlecode.juffrou.util.reflect.BeanWrapper
sets all properties to null in this instance and in all nested bean instances

S

setBean(Object) - Method in class com.googlecode.juffrou.util.reflect.BeanWrapper
Replaces the wrapped bean with another instance of the same type
setValue(String, Object) - Method in class com.googlecode.juffrou.util.reflect.BeanWrapper
Sets the value of a property in the wrapped bean.
setValueOfString(String, String) - Method in class com.googlecode.juffrou.util.reflect.BeanWrapper
Same as setValue(String propertyName, Object value) but the value will be converted from String to whatever type the property referenced by propertyName is.
A B C G H R S 

Copyright © 2012. All Rights Reserved.