A C D E F G H I M N O P R S T U V X

A

addFieldsToList(List, Field[]) - Method in class org.pfsw.reflect.ReflectUtil
 
addInheritedFields(List, Class) - Method in class org.pfsw.reflect.ReflectUtil
 
addInheritedMethods(List, Class) - Method in class org.pfsw.reflect.ReflectUtil
 
addMethodsToList(List, Method[]) - Method in class org.pfsw.reflect.ReflectUtil
 
AttributeReadAccess - Interface in org.pfsw.reflect
Specifies the methods an object must implement to provide generic read access to its attributes.
AttributeReadWriteAccess - Interface in org.pfsw.reflect
Specifies the methods an object must implement to provide generic write access to its attributes.

C

classExists(String) - Method in class org.pfsw.reflect.ReflectUtil
Returns true, if the class with the given name can be found in the classpath.
ClassInfo<T> - Class in org.pfsw.reflect
Contains the name of a class and the class itself.
ClassInfo(String) - Constructor for class org.pfsw.reflect.ClassInfo
Initialize the new instance with a class name.
ClassInfo(String, boolean) - Constructor for class org.pfsw.reflect.ClassInfo
Initialize the new instance with a class name and a flag if it is a singleton.
ClassInfo(Class) - Constructor for class org.pfsw.reflect.ClassInfo
Initialize the new instance with a class.
ClassInfo(Class, boolean) - Constructor for class org.pfsw.reflect.ClassInfo
Initialize the new instance with a class.
className() - Method in class org.pfsw.reflect.ClassInfo
 
className(String) - Method in class org.pfsw.reflect.ClassInfo
 
classObject() - Method in class org.pfsw.reflect.ClassInfo
 
classObject(Class<T>) - Method in class org.pfsw.reflect.ClassInfo
 
collectInterfaces(Set, Class) - Method in class org.pfsw.reflect.ReflectUtil
 
compatibleTypes(Class[], Class[]) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the types of the first array are assignable to the types of the second array.
contains(Class[], Class) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the given class is found in the provided class array.
convertToType(String, Class) - Method in class org.pfsw.reflect.XmlReflection
 
createInitializedInstance(Element) - Method in class org.pfsw.reflect.XmlReflection
 
createInitializedInstance(Element, Class<T>) - Method in class org.pfsw.reflect.XmlReflection
 
createInitializedInstances(List<Element>, Class<T>) - Method in class org.pfsw.reflect.XmlReflection
 
createInstance() - Method in class org.pfsw.reflect.ClassInfo
Returns a new instance of the class or null in any case of error.
createInstance(Element) - Method in class org.pfsw.reflect.XmlReflection
 
createInstance(Element, Class<T>) - Method in class org.pfsw.reflect.XmlReflection
 
createInstanceOf(String, Object, Object...) - Method in class org.pfsw.reflect.ReflectUtil
Tries to create an instance of the class with the given name.
createInstanceOfType(Class<T>, String, Object, Object...) - Method in class org.pfsw.reflect.ReflectUtil
Tries to create an instance of the class with the given name.
current() - Static method in class org.pfsw.reflect.ReflectUtil
Returns an instance this class supports.

D

Dynamic - Class in org.pfsw.reflect
This class supports more dynamic programming than usually possible in Java.
Dynamic() - Constructor for class org.pfsw.reflect.Dynamic
 
DynamicMBeanDelegator<TRECEIVER> - Class in org.pfsw.reflect
An generic reflection based implementation for applying a DynamicMBean interface on a another object that actually does not need to implement the DynamicMBean interface.
DynamicMBeanDelegator(TRECEIVER) - Constructor for class org.pfsw.reflect.DynamicMBeanDelegator
Initialize the new instance with the target object.

E

EMPTY_CLASS_ARRAY - Static variable in class org.pfsw.reflect.ReflectUtil
A reusable empty array of type Class[]
EMPTY_CONSTRUCTOR_ARRAY - Static variable in class org.pfsw.reflect.ReflectUtil
A reusable empty array of type Constructor[]
EMPTY_FIELD_ARRAY - Static variable in class org.pfsw.reflect.ReflectUtil
A reusable empty array of type Field[]
EMPTY_METHOD_ARRAY - Static variable in class org.pfsw.reflect.ReflectUtil
A reusable empty array of type Method[]
EMPTY_OBJECT_ARRAY - Static variable in class org.pfsw.reflect.ClassInfo
 
EMPTY_STRING_ARRAY - Static variable in class org.pfsw.reflect.ObjectAccessWrapper
 
equals(Object) - Method in class org.pfsw.reflect.Modifiers
Indicates whether some other object is "equal to" this one.

F

findClass(String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the class object corresponding to the given class name or null, if the class can't be found.
findClasses(String...) - Method in class org.pfsw.reflect.ReflectUtil
Returns the classes corresponding to the given (full qualified) class names.
findConstructor(Class<T>, Class[]) - Method in class org.pfsw.reflect.ReflectUtil
Returns the constructor of the given class for the specified parameter types of null if no such constructor can be found.
findField(Class, String, int) - Method in class org.pfsw.reflect.ReflectUtil
Returns the field with the specified name in the given class and all the specified modifiers set.
findField(Class, String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the field with the specified name in the given class.
findMethod(Class, String, Class[]) - Static method in class org.pfsw.reflect.Dynamic
 
findMethod(Class, String, Class[], int) - Method in class org.pfsw.reflect.ReflectUtil
Returns the method with the specified name if it exists in the given class.
findMethod(Class, String, Class...) - Method in class org.pfsw.reflect.ReflectUtil
Returns the method with the specified name if it exists in the given class or any of its superclasses regardless of the method's visibility.

G

get(String) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Returns the return value of the getter method of the given field name or null in any case of reflection problem.
get(String) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Returns the return value of the getter method of the given field name or null in any case of reflection problem.
getAllTypesOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns all types of the given object or an empty collection if the object is null.
getAnnotationValueFrom(Class, Class<? extends Annotation>) - Method in class org.pfsw.reflect.ReflectUtil
Tries to find the annotation of the specified type and return its "value" as String.
getAttribute(String) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Returns the value of the attribute with the given name.
getAttributeNames() - Method in interface org.pfsw.reflect.AttributeReadAccess
Returns the names of all attributes that can be accessed by the method getAttributeValue().
getAttributeNames() - Method in class org.pfsw.reflect.ObjectAccessWrapper
Returns the names of all attributes that can be accessed by the method getAttributeValue().
getAttributeNames() - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Returns the names of all attributes that can be accessed by the method getAttributeValue().
getAttributes(String[]) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Returns all the attributes with the specified names.
getAttributeValue(String) - Method in interface org.pfsw.reflect.AttributeReadAccess
Returns the current value of the attribute with the given name.
getAttributeValue(String) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Returns the current value of the attribute (field) with the given name.
getAttributeValue(String) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Returns the current value of the attribute (field) with the given name.
getAttrNameForClass() - Method in class org.pfsw.reflect.XmlReflection
 
getAttrNameForFieldName() - Method in class org.pfsw.reflect.XmlReflection
 
getAttrNameForFieldValue() - Method in class org.pfsw.reflect.XmlReflection
 
getBits() - Method in class org.pfsw.reflect.Modifiers
Return the bits as they are currently set.
getClassName() - Method in class org.pfsw.reflect.ClassInfo
Returns the name of the class, this object represents.
getClassObject() - Method in class org.pfsw.reflect.ClassInfo
Returns the the class object.
getConstructorsOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all constructors the class of the given object contains.
getConstructorsOf(Class) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all constructors the given class contains.
getField(Object, String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the field with the specified name in the given object.
getFieldsOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all fields the given objects contains.
getFieldsOf(Class) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all fields the given class contains.
getInstance() - Method in class org.pfsw.reflect.ClassInfo
Returns either a new instance of the underlying class or always the identical instance if it is defined to be a singleton.
getInterfacesOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns all interfaces the given object's class implements.
getInterfacesOf(Class) - Method in class org.pfsw.reflect.ReflectUtil
Returns all interfaces the given class implements.
getLoader() - Method in class org.pfsw.reflect.ReflectUtil
Returns the externally assigned class loader or if not present the class load of this class.
getManagedBeanInfo() - Method in class org.pfsw.reflect.DynamicMBeanDelegator
 
getMap() - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
 
getMBeanInfo() - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Returns the meta data describing the supported attributes and methods.
getMethod(Object, String, Class...) - Method in class org.pfsw.reflect.ReflectUtil
Returns the method with the specified name if it exists in the class of the given object or any of its superclasses regardless the method's visibility.
getMethodsOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all methods the given objects contains.
getMethodsOf(Class) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all methods the given class contains.
getObject() - Method in class org.pfsw.reflect.ObjectAccessWrapper
 
getReceiver() - Method in class org.pfsw.reflect.DynamicMBeanDelegator
 
getSoleInstance() - Method in class org.pfsw.reflect.ClassInfo
 
getTagNameForField() - Method in class org.pfsw.reflect.XmlReflection
 
getTypeOf(Object) - Static method in class org.pfsw.reflect.Dynamic
 
getTypeOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns the type of the given object.
getTypesFromParameters(Object...) - Method in class org.pfsw.reflect.ReflectUtil
Returns an array of the types (classes) corresponding to the parameter objects given to this methods.
getValueOf(Object, String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the current value of the field with the specified name in the given object.
getValueOfField(String) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Returns the value of the field with the given field name or null in any case of reflection error.
getValueOfField(String) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Returns the value of the field with the given field name or null in any case of reflection error.
getVisibility(int) - Method in class org.pfsw.reflect.ReflectUtil
Returns the visibility defined by the given modifiers as string.

H

handleException(Exception) - Method in class org.pfsw.reflect.ClassInfo
 
handleException(Exception) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Handles all exceptions that might occur due to reflection access.
hashCode() - Method in class org.pfsw.reflect.Modifiers
Returns a hash code value for the object.
hasPublicMethod(Class, String, Class...) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if a public method with the specified name exists in the given class or any of its superclasses.
hasPublicMethod(Object, String, Class...) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if a public method with the specified name exists in the class of the given object or any of its superclasses.
hasValueAttrName() - Method in class org.pfsw.reflect.XmlReflection
 

I

implementsInterface(Object, Class) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the class of the given object implements the specified interfaceType.
implementsInterface(Class, Class) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the given class implements the specified interfaceType.
indexOf(Class[], Class) - Method in class org.pfsw.reflect.ReflectUtil
Returns the index of the given class in the provided class array or -1 if the class is not in the array.
initClassObject() - Method in class org.pfsw.reflect.ClassInfo
 
initProperties(Element, Object) - Method in class org.pfsw.reflect.XmlReflection
 
invoke(Object, String) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object and without any arguments.
invoke(Object, String, Object) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one none primitive argument.
invoke(Object, String, int) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one integer argument.
invoke(Object, String, boolean) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one boolean argument.
invoke(Object, String, Object[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with several arguments.
invoke(Object, String, Object[], Class[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with several arguments.
invoke(Object, Method, Object[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the given method on the given object with the specified arguments.
invoke(String, Object[], String[]) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Executes the methods that are supported via JMX.
isAbstract() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the abstract modifier, false otherwise.
isAssignableFrom(Class) - Method in class org.pfsw.reflect.ClassInfo
Determines if the class or interface represented by this ClassInfo object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isAssignableTo(Class) - Method in class org.pfsw.reflect.ClassInfo
Determines if the class or interface represented by the specified class parameter is either the same as, or is a superclass or superinterface of, the class or interface represented by this ClassInfo object.
isDefaultVisibility() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifier bits does not include any of the visibility modifiers public, protected private, false otherwise.
isDefaultVisibility(int) - Method in class org.pfsw.reflect.ReflectUtil
Returns true, if the visibility defined by the given modifiers is the default (package) visibility.
isFinal() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the final modifier, false otherwise.
isInstance(Object) - Method in class org.pfsw.reflect.ClassInfo
Determines if the specified Object is assignment-compatible with the object represented by this ClassInfo.
isInterface() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the interface modifier, false otherwise.
isMap() - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
 
isNative() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the native modifier, false otherwise.
isNullOrEmpty(Object[]) - Method in class org.pfsw.reflect.ReflectUtil
 
isNullOrEmpty(Collection) - Method in class org.pfsw.reflect.ReflectUtil
 
isPackageVisible(Field) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the given field is not null and is package visible.
isPackageVisible(Method) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the given method is not null and is package visible.
isPrivate() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the private modifier, false otherwise.
isProtected() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the protected modifier, false otherwise.
isPublic() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the public modifier, false otherwise.
isSingleton() - Method in class org.pfsw.reflect.ClassInfo
 
isStatic() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the static modifier, false otherwise.
isStrict() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the strict modifier, false otherwise.
isSynchronized() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the synchronized modifier, false otherwise.
isTransient() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the transient modifier, false otherwise.
isVolatile() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the volatile modifier, false otherwise.

M

makeAccessMethodName(String, String) - Method in class org.pfsw.reflect.ObjectAccessWrapper
 
makeGetterName(String) - Method in class org.pfsw.reflect.ObjectAccessWrapper
 
makeSetterName(String) - Method in class org.pfsw.reflect.ObjectAccessWrapper
 
Modifiers - Class in org.pfsw.reflect
This class provides methods to conveniently set/unset modifier bits without having to fiddle around with bit logic.
Modifiers() - Constructor for class org.pfsw.reflect.Modifiers
Initialize the new instance with default value 0.
Modifiers(int) - Constructor for class org.pfsw.reflect.Modifiers
Initialize the new instance with given value.

N

newArray(int) - Method in class org.pfsw.reflect.ClassInfo
Returns a new array of the type represented by this ClassInfo.
newInstance() - Method in class org.pfsw.reflect.ClassInfo
Returns a new instance of the class.
newInstance(Class<T>) - Method in class org.pfsw.reflect.ReflectUtil
If the given class has a constructor without parameters it will be used to create a new instance.
newInstance(Class<T>, Object) - Method in class org.pfsw.reflect.ReflectUtil
If the given class has a constructor with one parameter type matching the given parameter it will be used to create a new instance.
newInstance(Class<T>, Object, Object) - Method in class org.pfsw.reflect.ReflectUtil
If the given class has a constructor with two parameter type matching the given parameters it will be used to create a new instance.
newInstance(Class<T>, Object[]) - Method in class org.pfsw.reflect.ReflectUtil
If the given class has a constructor with types corresponding to the given parameters it will be used to create a new instance.
newInstance(String) - Method in class org.pfsw.reflect.ReflectUtil
Tries to find the class with the given name and to create an instance of it.
newInstance(String, Object) - Method in class org.pfsw.reflect.ReflectUtil
Tries to find the class with the given name and to create an instance of it.
newInstance(String, Object, Object) - Method in class org.pfsw.reflect.ReflectUtil
Tries to find the class with the given name and to create an instance of it.
newInstance(String, Object[]) - Method in class org.pfsw.reflect.ReflectUtil
Tries to find the class with the given name and to create an instance of it.
newInstanceOf(Class<T>, Object...) - Method in class org.pfsw.reflect.ReflectUtil
If the given class has a constructor with types corresponding to the given parameters it will be used to create a new instance.

O

ObjectAccessWrapper - Class in org.pfsw.reflect
A wrapper that is capable to read and write object fields via getter and setter methods or directly.
ObjectAccessWrapper(Object) - Constructor for class org.pfsw.reflect.ObjectAccessWrapper
Initialize the new instance with an object.
ObjectOrMapAccessWrapper - Class in org.pfsw.reflect
A wrapper that is capable to read and write object fields via getter and setter methods or directly.
ObjectOrMapAccessWrapper(Object) - Constructor for class org.pfsw.reflect.ObjectOrMapAccessWrapper
Initialize the new instance with an object to wrap.
org.pfsw.reflect - package org.pfsw.reflect
Reflection Utility Classes
Provides convenience methods on top of the standard Java reflection API.

P

perform(Object, String) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object and without any arguments.
perform(Object, String, Object) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one none primitive argument.
perform(Object, String, int) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one integer argument.
perform(Object, String, boolean) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one boolean argument.
perform(Object, String, Object[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with several arguments.
perform(Object, String, Object[], String[]) - Static method in class org.pfsw.reflect.Dynamic
This method allows direct dynamic execution of JMX MBean method invocations.
perform(Object, String, Object[], Class[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with several arguments.
perform(Object, Method, Object[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the given method on the given object with the specified arguments.

R

ReflectionException - Exception in org.pfsw.reflect
Special runtime exception to wrap all exceptions that might occur due to reflective access to objects and classes.
ReflectionException(Throwable) - Constructor for exception org.pfsw.reflect.ReflectionException
 
ReflectUtil - Class in org.pfsw.reflect
The sole instance (Singleton) of this class can be accessed by method current().
ReflectUtil() - Constructor for class org.pfsw.reflect.ReflectUtil
Initialize the new instance with default values.
ReflectUtil(ClassLoader) - Constructor for class org.pfsw.reflect.ReflectUtil
Initialize the new instance with a different class loader.
reset() - Method in class org.pfsw.reflect.Modifiers
Resets the modifier to 0.
RU - Static variable in class org.pfsw.reflect.ObjectAccessWrapper
 

S

set(String, Object) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Invokes the setter method of the given field name and passes the specified value as parameter to it.
set(String, Object) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Invokes the setter method of the given field name and passes the specified value as parameter to it.
setAbstract() - Method in class org.pfsw.reflect.Modifiers
Sets the ABSTRACT bit.
setAttribute(Attribute) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Sets the specified attribute.
setAttributes(AttributeList) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Sets all specified attributes.
setAttributeValue(String, Object) - Method in interface org.pfsw.reflect.AttributeReadWriteAccess
Sets the current value of the attribute with the given name.
setAttributeValue(String, Object) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Sets the current value of the attribute (field) with the given name.
setAttributeValue(String, Object) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Sets the current value of the attribute (field) with the given name.
setAttrNameForClass(String) - Method in class org.pfsw.reflect.XmlReflection
 
setAttrNameForFieldName(String) - Method in class org.pfsw.reflect.XmlReflection
 
setAttrNameForFieldValue(String) - Method in class org.pfsw.reflect.XmlReflection
 
setBits(int) - Method in class org.pfsw.reflect.Modifiers
 
setClassName(String) - Method in class org.pfsw.reflect.ClassInfo
Set the name of the class this object should represent.
setClassObject(Class<T>) - Method in class org.pfsw.reflect.ClassInfo
Set the class object.
setDefaultVisibility() - Method in class org.pfsw.reflect.Modifiers
Sets the visibility to default that means unset PUBLIC, PROTECTED, PRIVATE bits.
setFinal() - Method in class org.pfsw.reflect.Modifiers
Sets the FINAL bit.
setInterface() - Method in class org.pfsw.reflect.Modifiers
Sets the INTERFACE bit.
setIsMap(boolean) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
 
setIsSingleton(boolean) - Method in class org.pfsw.reflect.ClassInfo
 
setManagedBeanInfo(MBeanInfo) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
 
setModifier(int) - Method in class org.pfsw.reflect.Modifiers
Sets the bits in the underlying int that are specified by mod.
setNative() - Method in class org.pfsw.reflect.Modifiers
Sets the NATIVE bit.
setObject(Object) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Set the underlying object.
setObject(Object) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Set the underlying object.
setPrivate() - Method in class org.pfsw.reflect.Modifiers
Sets the PRIVATE bit.
setProtected() - Method in class org.pfsw.reflect.Modifiers
Sets the PROTECTED bit.
setPublic() - Method in class org.pfsw.reflect.Modifiers
Sets the PUBLIC bit.
setReceiver(TRECEIVER) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
 
setSoleInstance(T) - Method in class org.pfsw.reflect.ClassInfo
 
setStatic() - Method in class org.pfsw.reflect.Modifiers
Sets the STATIC bit.
setStrict() - Method in class org.pfsw.reflect.Modifiers
Sets the STRICT bit.
setSynchronized() - Method in class org.pfsw.reflect.Modifiers
Sets the SYNCHRONIZED bit.
setTagNameForField(String) - Method in class org.pfsw.reflect.XmlReflection
 
setTransient() - Method in class org.pfsw.reflect.Modifiers
Sets the TRANSIENT bit.
setValueOf(Object, String, Object) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, char) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, int) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, byte) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, boolean) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, long) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, short) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, double) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, float) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, Object, boolean) - Method in class org.pfsw.reflect.ReflectUtil
 
setValueOfField(String, Object) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Modifies the field with the given name directly to the specified value without calling the setter.
setValueOfField(String, Object) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Modifies the field with the given name directly to the specified value without calling the setter.
setVisibility(String) - Method in class org.pfsw.reflect.Modifiers
Sets the visibility from the given string.
setVolatile() - Method in class org.pfsw.reflect.Modifiers
Sets the VOLATILE bit.

T

toArray(Collection, String, Class<T>) - Method in class org.pfsw.reflect.ReflectUtil
Returns an array containing all objects that are returned by the specified method name executed against each element in the given collection.
toString() - Method in class org.pfsw.reflect.ClassInfo
 
toString() - Method in class org.pfsw.reflect.Modifiers
Return a string describing the access modifier flags in the specified modifier.
toStringArray(Collection, String) - Method in class org.pfsw.reflect.ReflectUtil
Returns a string array containing all objects that are returned by the specified method name executed against each element in the given collection.

U

unsetAbstract() - Method in class org.pfsw.reflect.Modifiers
Unsets the ABSTRACT bit.
unsetFinal() - Method in class org.pfsw.reflect.Modifiers
Unsets the FINAL bit.
unsetInterface() - Method in class org.pfsw.reflect.Modifiers
Unsets the INTERFACE bit.
unsetModifier(int) - Method in class org.pfsw.reflect.Modifiers
Unsets the bits in the underlying int that are specified by mod.
unsetNative() - Method in class org.pfsw.reflect.Modifiers
Unsets the NATIVE bit.
unsetPrivate() - Method in class org.pfsw.reflect.Modifiers
Unsets the PRIVATE bit.
unsetProtected() - Method in class org.pfsw.reflect.Modifiers
Unsets the PROTECTED bit.
unsetPublic() - Method in class org.pfsw.reflect.Modifiers
Unsets the PUBLIC bit.
unsetStatic() - Method in class org.pfsw.reflect.Modifiers
Unsets the STATIC bit.
unsetStrict() - Method in class org.pfsw.reflect.Modifiers
Unsets the STRICT bit.
unsetSynchronized() - Method in class org.pfsw.reflect.Modifiers
Unsets the SYNCHRONIZED bit.
unsetTransient() - Method in class org.pfsw.reflect.Modifiers
Unsets the TRANSIENT bit.
unsetVolatile() - Method in class org.pfsw.reflect.Modifiers
Unsets the VOLATILE bit.

V

VIS_DEFAULT - Static variable in class org.pfsw.reflect.Modifiers
String constant for "".
VIS_PRIVATE - Static variable in class org.pfsw.reflect.Modifiers
String constant for "private".
VIS_PROTECTED - Static variable in class org.pfsw.reflect.Modifiers
String constant for "protected".
VIS_PUBLIC - Static variable in class org.pfsw.reflect.Modifiers
String constant for "public".

X

XmlReflection - Class in org.pfsw.reflect
Provides a mechanism to create Java object instances from XML meta-data describing the objects to create.
XmlReflection() - Constructor for class org.pfsw.reflect.XmlReflection
Initialize the new instance with default values.

A C D E F G H I M N O P R S T U V X