< B C D F G I M N O P S T

<

() - class org.apache.commons.beanutils.PropertyUtils の static メソッド
 

B

BeanUtils - class org.apache.commons.beanutils.BeanUtils.
Utility methods for populating JavaBeans properties via reflection.
BeanUtils() - class org.apache.commons.beanutils.BeanUtils のコンストラクタ
 

C

capitalize(String) - class org.apache.commons.beanutils.MappedPropertyDescriptor の static メソッド
Return a capitalized version of the specified property name.
clearDescriptors() - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Clear any cached property descriptors information for all classes loaded by any class loaders.
cloneBean(Object) - class org.apache.commons.beanutils.BeanUtils の static メソッド
Clone a bean based on the available property getters and setters, even if the bean class itself does not implement Cloneable.
convert(Object) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
Convert the specified value into a String.
convert(String[], Class) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
Convert an array of specified values to an array of objects of the specified class (if possible).
convert(String, Class) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
Convert the specified value to an object of the specified class (if possible).
convertBoolean(String, Boolean) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
Convert a String value to a corresponding Boolean value.
convertByte(String, Byte) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
Convert a String value to a corresponding Byte value.
convertCharacter(String, Character) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
Convert a String value to a corresponding Character value.
convertDouble(String, Double) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
Convert a String value to a corresponding Double value.
convertFloat(String, Float) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
Convert a String value to a corresponding Float value.
convertInteger(String, Integer) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
Convert a String value to a corresponding Integer value.
convertLong(String, Long) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
Convert a String value to a corresponding Long value.
convertShort(String, Short) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
Convert a String value to a corresponding Short value.
ConvertUtils - class org.apache.commons.beanutils.ConvertUtils.
Utility methods for converting String values to objects of the specified class.
ConvertUtils() - class org.apache.commons.beanutils.ConvertUtils のコンストラクタ
 
copyProperties(Object, Object) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Copy property values from the "origin" bean to the "destination" bean for all cases where the property names are the same (even though the actual getter and setter methods might have been customized via BeanInfo classes).

D

debug - class org.apache.commons.beanutils.BeanUtils の static 変数
The debugging detail level for this component.
debug - class org.apache.commons.beanutils.PropertyUtils の static 変数
The debugging detail level for this component.
declaredMethodCache - class org.apache.commons.beanutils.MappedPropertyDescriptor の static 変数
 
defaultBoolean - class org.apache.commons.beanutils.ConvertUtils の static 変数
The default value for Boolean conversions.
defaultByte - class org.apache.commons.beanutils.ConvertUtils の static 変数
The default value for Byte conversions.
defaultCharacter - class org.apache.commons.beanutils.ConvertUtils の static 変数
The default value for Character conversions.
defaultDouble - class org.apache.commons.beanutils.ConvertUtils の static 変数
The default value for Double conversions.
defaultFloat - class org.apache.commons.beanutils.ConvertUtils の static 変数
The default value for Float conversions.
defaultInteger - class org.apache.commons.beanutils.ConvertUtils の static 変数
The default value for Integer conversions.
defaultLong - class org.apache.commons.beanutils.ConvertUtils の static 変数
The default value for Long conversions.
defaultShort - class org.apache.commons.beanutils.ConvertUtils の static 変数
The default value for Short conversions.
describe(Object) - class org.apache.commons.beanutils.BeanUtils の static メソッド
Return the entire set of properties for which the specified bean provides a read method.
describe(Object) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return the entire set of properties for which the specified bean provides a read method.
descriptorsCache - class org.apache.commons.beanutils.PropertyUtils の static 変数
The cache of PropertyDescriptor arrays for beans we have already introspected, keyed by the java.lang.Class of this object.

F

findMappedPropertyType() - class org.apache.commons.beanutils.MappedPropertyDescriptor のメソッド
Introspect our bean class to identify the corresponding getter and setter methods.
findMethod(Class, String, int) - class org.apache.commons.beanutils.MappedPropertyDescriptor の static メソッド
Find a target methodName on a given class.
findMethod(Class, String, int, Class[]) - class org.apache.commons.beanutils.MappedPropertyDescriptor の static メソッド
Find a target methodName with specific parameter list on a given class.

G

getAccessibleMethod(Class, String, Class) - class org.apache.commons.beanutils.MethodUtils の static メソッド
Return an accessible method (that is, one that can be invoked via reflection) with given name and a single parameter.
getAccessibleMethod(Class, String, Class[]) - class org.apache.commons.beanutils.MethodUtils の static メソッド
Return an accessible method (that is, one that can be invoked via reflection) with given name and parameters.
getAccessibleMethod(Method) - class org.apache.commons.beanutils.MethodUtils の static メソッド
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getAccessibleMethodFromInterfaceNest(Class, String, Class[]) - class org.apache.commons.beanutils.MethodUtils の static メソッド
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified method, by scanning through all implemented interfaces and subinterfaces.
getArrayProperty(Object, String) - class org.apache.commons.beanutils.BeanUtils の static メソッド
Return the value of the specified array property of the specified bean, as a String array.
getDebug() - class org.apache.commons.beanutils.BeanUtils の static メソッド
 
getDebug() - class org.apache.commons.beanutils.PropertyUtils の static メソッド
 
getDefaultBoolean() - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
getDefaultByte() - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
getDefaultCharacter() - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
getDefaultDouble() - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
getDefaultFloat() - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
getDefaultInteger() - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
getDefaultLong() - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
getDefaultShort() - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
getIndexedProperty(Object, String) - class org.apache.commons.beanutils.BeanUtils の static メソッド
Return the value of the specified indexed property of the specified bean, as a String.
getIndexedProperty(Object, String) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return the value of the specified indexed property of the specified bean, with no type conversions.
getIndexedProperty(Object, String, int) - class org.apache.commons.beanutils.BeanUtils の static メソッド
Return the value of the specified indexed property of the specified bean, as a String.
getIndexedProperty(Object, String, int) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return the value of the specified indexed property of the specified bean, with no type conversions.
getMappedProperty(Object, String) - class org.apache.commons.beanutils.BeanUtils の static メソッド
Return the value of the specified indexed property of the specified bean, as a String.
getMappedProperty(Object, String) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return the value of the specified mapped property of the specified bean, with no type conversions.
getMappedProperty(Object, String, String) - class org.apache.commons.beanutils.BeanUtils の static メソッド
Return the value of the specified mapped property of the specified bean, as a String.
getMappedProperty(Object, String, String) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return the value of the specified mapped property of the specified bean, with no type conversions.
getMappedPropertyDescriptors(Object) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return the mapped property descriptors for this bean.
getMappedPropertyType() - class org.apache.commons.beanutils.MappedPropertyDescriptor のメソッド
Gets the Class object for the property values.
getMappedReadMethod() - class org.apache.commons.beanutils.MappedPropertyDescriptor のメソッド
Gets the method that should be used to read one of the property value.
getMappedWriteMethod() - class org.apache.commons.beanutils.MappedPropertyDescriptor のメソッド
Gets the method that should be used to write one of the property value.
getNestedProperty(Object, String) - class org.apache.commons.beanutils.BeanUtils の static メソッド
Return the value of the (possibly nested) property of the specified name, for the specified bean, as a String.
getNestedProperty(Object, String) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
getProperty(Object, String) - class org.apache.commons.beanutils.BeanUtils の static メソッド
Return the value of the specified property of the specified bean, no matter which property reference format is used, as a String.
getProperty(Object, String) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
getPropertyDescriptor(Object, String) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Retrieve the property descriptor for the specified property of the specified bean, or return null if there is no such descriptor.
getPropertyDescriptors(Object) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Retrieve the property descriptors for the specified bean, introspecting and caching them the first time a particular bean class is encountered.
getPropertyEditorClass(Object, String) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return the Java Class repesenting the property editor class that has been registered for this property (if any).
getPropertyType(Object, String) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return the Java Class representing the property type of the specified property, or null if there is no such property for the specified bean.
getPublicDeclaredMethods(Class) - class org.apache.commons.beanutils.MappedPropertyDescriptor の static メソッド
 
getReadMethod(PropertyDescriptor) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return an accessible property getter method for this property, if there is one; otherwise return null.
getSimpleProperty(Object, String) - class org.apache.commons.beanutils.BeanUtils の static メソッド
Return the value of the specified simple property of the specified bean, converted to a String.
getSimpleProperty(Object, String) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return the value of the specified simple property of the specified bean, with no type conversions.
getWriteMethod(PropertyDescriptor) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Return an accessible property setter method for this property, if there is one; otherwise return null.

I

INDEXED_DELIM - class org.apache.commons.beanutils.PropertyUtils の static 変数
The delimiter that preceeds the zero-relative subscript for an indexed reference.
INDEXED_DELIM2 - class org.apache.commons.beanutils.PropertyUtils の static 変数
The delimiter that follows the zero-relative subscript for an indexed reference.
internalFindMethod(Class, String, int) - class org.apache.commons.beanutils.MappedPropertyDescriptor の static メソッド
Internal support for finding a target methodName on a given class.
internalFindMethod(Class, String, int, Class[]) - class org.apache.commons.beanutils.MappedPropertyDescriptor の static メソッド
Internal support for finding a target methodName with a given parameter list on a given class.
invokeExactMethod(Object, String, Object) - class org.apache.commons.beanutils.MethodUtils の static メソッド
Invoke a method whose parameter type matches exactly the object type. This is a convenient wrapper for MethodUtils.invokeExactMethod(Object object,String methodName,Object [] args).
invokeExactMethod(Object, String, Object[]) - class org.apache.commons.beanutils.MethodUtils の static メソッド
Invoke a method whose parameter types match exactly the object types. This uses reflection to invoke the method obtained from a call to MethodUtils.getAccessibleMethod(java.lang.Class, java.lang.String, java.lang.Class).
invokeExactMethod(Object, String, Object[], Class[]) - class org.apache.commons.beanutils.MethodUtils の static メソッド
Invoke a method whose parameter types match exactly the parameter types given. This uses reflection to invoke the method obtained from a call to MethodUtils.getAccessibleMethod(java.lang.Class, java.lang.String, java.lang.Class).
isSubclass(Class, Class) - class org.apache.commons.beanutils.MappedPropertyDescriptor の static メソッド
Return true if class a is either equivalent to class b, or if class a is a subclass of class b, i.e. if a either "extends" or "implements" b.

M

MAPPED_DELIM - class org.apache.commons.beanutils.PropertyUtils の static 変数
The delimiter that preceeds the key of a mapped property.
MAPPED_DELIM2 - class org.apache.commons.beanutils.PropertyUtils の static 変数
The delimiter that follows the key of a mapped property.
mappedDescriptorsCache - class org.apache.commons.beanutils.PropertyUtils の static 変数
 
MappedPropertyDescriptor - class org.apache.commons.beanutils.MappedPropertyDescriptor.
A MappedPropertyDescriptor describes one mapped property.
MappedPropertyDescriptor(String, Class) - class org.apache.commons.beanutils.MappedPropertyDescriptor のコンストラクタ
Constructs a MappedPropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods, with the addition of a String parameter (the key).
MappedPropertyDescriptor(String, Class, String, String) - class org.apache.commons.beanutils.MappedPropertyDescriptor のコンストラクタ
This constructor takes the name of a mapped property, and method names for reading and writing the property.
MappedPropertyDescriptor(String, Method, Method) - class org.apache.commons.beanutils.MappedPropertyDescriptor のコンストラクタ
This constructor takes the name of a mapped property, and Method objects for reading and writing the property.
mappedPropertyType - class org.apache.commons.beanutils.MappedPropertyDescriptor の変数
The underlying data type of the property we are describing.
mappedReadMethod - class org.apache.commons.beanutils.MappedPropertyDescriptor の変数
The reader method for this property (if any).
mappedWriteMethod - class org.apache.commons.beanutils.MappedPropertyDescriptor の変数
The writer method for this property (if any).
MethodUtils - class org.apache.commons.beanutils.MethodUtils.
Utility reflection methods focussed on methods in general rather than properties in particular.
MethodUtils() - class org.apache.commons.beanutils.MethodUtils のコンストラクタ
 

N

NESTED_DELIM - class org.apache.commons.beanutils.PropertyUtils の static 変数
The delimiter that separates the components of a nested reference.

O

org.apache.commons.beanutils - package org.apache.commons.beanutils
The Bean Utilties component of the Jakarta Commons subproject offers low-level utility classes that assist in getting and setting property values on Java classes that follow the naming design patterns outlined in the JavaBeans Specification. External Dependencies Collections Package (Jakarta Commons), version 1.0 or later

P

populate(Object, Map) - class org.apache.commons.beanutils.BeanUtils の static メソッド
Populate the JavaBeans properties of the specified bean, based on the specified name/value pairs.
PropertyUtils - class org.apache.commons.beanutils.PropertyUtils.
Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.
PropertyUtils() - class org.apache.commons.beanutils.PropertyUtils のコンストラクタ
 

S

setDebug(int) - class org.apache.commons.beanutils.BeanUtils の static メソッド
 
setDebug(int) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
 
setDefaultBoolean(boolean) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
setDefaultByte(byte) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
setDefaultCharacter(char) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
setDefaultDouble(double) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
setDefaultFloat(float) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
setDefaultInteger(int) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
setDefaultLong(long) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
setDefaultShort(short) - class org.apache.commons.beanutils.ConvertUtils の static メソッド
 
setIndexedProperty(Object, String, int, Object) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Set the value of the specified indexed property of the specified bean, with no type conversions.
setIndexedProperty(Object, String, Object) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Set the value of the specified indexed property of the specified bean, with no type conversions.
setMappedProperty(Object, String, Object) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Set the value of the specified mapped property of the specified bean, with no type conversions.
setMappedProperty(Object, String, String, Object) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Set the value of the specified mapped property of the specified bean, with no type conversions.
setMappedReadMethod(Method) - class org.apache.commons.beanutils.MappedPropertyDescriptor のメソッド
Sets the method that should be used to read one of the property value.
setMappedWriteMethod(Method) - class org.apache.commons.beanutils.MappedPropertyDescriptor のメソッド
Sets the method that should be used to write the property value.
setNestedProperty(Object, String, Object) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Set the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
setProperty(Object, String, Object) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Set the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
setSimpleProperty(Object, String, Object) - class org.apache.commons.beanutils.PropertyUtils の static メソッド
Set the value of the specified simple property of the specified bean, with no type conversions.
stringClass - class org.apache.commons.beanutils.ConvertUtils の static 変数
The Class object for java.lang.String.
stringClassArray - class org.apache.commons.beanutils.MappedPropertyDescriptor の static 変数
The parameter types array for the reader method signature.

T

throwsException(Method, Class) - class org.apache.commons.beanutils.MappedPropertyDescriptor のメソッド
Return true iff the given method throws the given exception.

< B C D F G I M N O P S T

Copyright (c) 2001 - Apache Software Foundation