|
|||||||||
| Home >> All >> org >> springframework >> [ beans overview ] | PREV NEXT | ||||||||
A
- actualName - Variable in class org.springframework.beans.BeanWrapperImpl.PropertyTokenHolder
- addPropertyValue(PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
- Add a PropertyValue object, replacing any existing one for the corresponding property.
- addPropertyValue(String, Object) - Method in class org.springframework.beans.MutablePropertyValues
- Overloaded version of addPropertyValue that takes a property name and a property value.
- addPropertyValues(PropertyValues) - Method in class org.springframework.beans.MutablePropertyValues
- Copy all given PropertyValues into this object.
- addPropertyValues(Map) - Method in class org.springframework.beans.MutablePropertyValues
- Add all property values from the given Map.
- addStrippedPropertyPaths(List, String, String) - Method in class org.springframework.beans.BeanWrapperImpl
- Add property paths with all variations of stripped keys and/or indexes.
B
- BeanUtils - class org.springframework.beans.BeanUtils.
- Static convenience methods for JavaBeans: for instantiating beans, checking bean property types, copying bean properties, etc.
- BeanUtils() - Constructor for class org.springframework.beans.BeanUtils
- BeanWrapper - interface org.springframework.beans.BeanWrapper.
- The central interface of Spring's low-level JavaBeans infrastructure; the default implementation is BeanWrapperImpl.
- BeanWrapperImpl - class org.springframework.beans.BeanWrapperImpl.
- Default implementation of the BeanWrapper interface that should be sufficient for all typical use cases.
- BeanWrapperImpl() - Constructor for class org.springframework.beans.BeanWrapperImpl
- Create new empty BeanWrapperImpl.
- BeanWrapperImpl(Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
- Create new BeanWrapperImpl for the given object.
- BeanWrapperImpl(Class) - Constructor for class org.springframework.beans.BeanWrapperImpl
- Create new BeanWrapperImpl, wrapping a new instance of the specified class.
- BeanWrapperImpl(Object, String, Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
- Create new BeanWrapperImpl for the given object, registering a nested path that the object is in.
- BeanWrapperImpl(Object, String, BeanWrapperImpl) - Constructor for class org.springframework.beans.BeanWrapperImpl
- Create new BeanWrapperImpl for the given object, registering a nested path that the object is in.
- BeanWrapperImpl.CustomEditorHolder - class org.springframework.beans.BeanWrapperImpl.CustomEditorHolder.
- Holder for a registered custom editor with property name.
- BeanWrapperImpl.CustomEditorHolder(PropertyEditor, Class) - Constructor for class org.springframework.beans.BeanWrapperImpl.CustomEditorHolder
- BeanWrapperImpl.PropertyTokenHolder - class org.springframework.beans.BeanWrapperImpl.PropertyTokenHolder.
- BeanWrapperImpl.PropertyTokenHolder() - Constructor for class org.springframework.beans.BeanWrapperImpl.PropertyTokenHolder
- BeansException - exception org.springframework.beans.BeansException.
- Abstract superclass for all exceptions thrown in the beans package and subpackages.
- BeansException(String) - Constructor for class org.springframework.beans.BeansException
- Create a new BeansException with the specified message.
- BeansException(String, Throwable) - Constructor for class org.springframework.beans.BeansException
- Create a new BeansException with the specified message and root cause.
- beanClass - Variable in class org.springframework.beans.InvalidPropertyException
- beanInfo - Variable in class org.springframework.beans.CachedIntrospectionResults
- beanWrapper - Variable in class org.springframework.beans.PropertyAccessExceptionsException
- BeanWrapper wrapping the target object for binding
C
- CachedIntrospectionResults - class org.springframework.beans.CachedIntrospectionResults.
- Class to cache PropertyDescriptor information for a Java class.
- CachedIntrospectionResults(Class) - Constructor for class org.springframework.beans.CachedIntrospectionResults
- Create new CachedIntrospectionResults instance fot the given class.
- cachedIntrospectionResults - Variable in class org.springframework.beans.BeanWrapperImpl
- Cached introspections results for this object, to prevent encountering the cost of JavaBeans introspection every time.
- canonicalName - Variable in class org.springframework.beans.BeanWrapperImpl.PropertyTokenHolder
- changesSince(PropertyValues) - Method in class org.springframework.beans.MutablePropertyValues
- changesSince(PropertyValues) - Method in interface org.springframework.beans.PropertyValues
- Return the changes since the previous PropertyValues.
- classCache - Static variable in class org.springframework.beans.CachedIntrospectionResults
- Map keyed by class containing CachedIntrospectionResults.
- contains(String) - Method in class org.springframework.beans.MutablePropertyValues
- contains(String) - Method in interface org.springframework.beans.PropertyValues
- Is there a property value for this property?
- copyProperties(Object, Object) - Static method in class org.springframework.beans.BeanUtils
- Copy the property values of the given source bean into the target bean.
- copyProperties(Object, Object, String[]) - Static method in class org.springframework.beans.BeanUtils
- Copy the property values of the given source bean into the given target bean, ignoring the given ignoreProperties.
- createPropertyChangeEvent(String, Object, Object) - Method in class org.springframework.beans.BeanWrapperImpl
- customEditors - Variable in class org.springframework.beans.BeanWrapperImpl
- Map with custom PropertyEditor instances
D
- defaultEditors - Variable in class org.springframework.beans.BeanWrapperImpl
- Registry for default PropertyEditors
- doTypeConversionIfNecessary(Object, Class) - Method in class org.springframework.beans.BeanWrapperImpl
- Convert the value to the required type (if necessary from a String).
- doTypeConversionIfNecessary(String, String, Object, Object, Class) - Method in class org.springframework.beans.BeanWrapperImpl
- Convert the value to the required type (if necessary from a String), for the specified property.
E
- ERROR_CODE - Static variable in class org.springframework.beans.MethodInvocationException
- Error code that a method invocation error will be registered with.
- ERROR_CODE - Static variable in class org.springframework.beans.TypeMismatchException
- Error code that a type mismatch error will be registered with.
- equals(Object) - Method in class org.springframework.beans.PropertyValue
F
- FatalBeanException - exception org.springframework.beans.FatalBeanException.
- Thrown on an unrecoverable problem encountered in the beans packages or sub-packages, e.g.
- FatalBeanException(String) - Constructor for class org.springframework.beans.FatalBeanException
- Create a new FatalBeanException with the specified message.
- FatalBeanException(String, Throwable) - Constructor for class org.springframework.beans.FatalBeanException
- Create a new FatalBeanException with the specified message and root cause.
- findCustomEditor(Class, String) - Method in interface org.springframework.beans.BeanWrapper
- Find a custom property editor for the given type and property.
- findCustomEditor(Class, String) - Method in class org.springframework.beans.BeanWrapperImpl
- findDeclaredMethod(Class, String, Class[]) - Static method in class org.springframework.beans.BeanUtils
- Find a method with the given method name and the given parameter types, declared on the given class or one of its superclasses.
- findDeclaredMethodWithMinimalParameters(Class, String) - Static method in class org.springframework.beans.BeanUtils
- Find a method with the given method name and minimal parameters (best case: none), declared on the given class or one of its superclasses.
- findMethod(Class, String, Class[]) - Static method in class org.springframework.beans.BeanUtils
- Find a method with the given method name and the given parameter types, declared on the given class or one of its superclasses.
- findMethodWithMinimalParameters(Class, String) - Static method in class org.springframework.beans.BeanUtils
- Find a method with the given method name and minimal parameters (best case: none), declared on the given class or one of its superclasses.
- findPropertyForMethod(Method) - Static method in class org.springframework.beans.BeanUtils
- Find a JavaBeans
PropertyDescriptorfor the given method, with the method either being the read method or the write method for that bean property. - forClass(Class) - Static method in class org.springframework.beans.CachedIntrospectionResults
- We might use this from the EJB tier, so we don't want to use synchronization.
G
- getBeanClass() - Method in class org.springframework.beans.CachedIntrospectionResults
- getBeanClass() - Method in class org.springframework.beans.InvalidPropertyException
- Return the offending bean class.
- getBeanInfo() - Method in class org.springframework.beans.CachedIntrospectionResults
- getBeanWrapper() - Method in class org.springframework.beans.PropertyAccessExceptionsException
- Return the BeanWrapper that generated this exception.
- getBeanWrapperForPropertyPath(String) - Method in class org.springframework.beans.BeanWrapperImpl
- Recursively navigate to return a BeanWrapper for the nested property path.
- getBindObject() - Method in class org.springframework.beans.PropertyAccessExceptionsException
- Return the object we're binding to.
- getCustomEditor(String, Class) - Method in class org.springframework.beans.BeanWrapperImpl
- Get custom editor that has been registered for the given property.
- getCustomEditor(Class) - Method in class org.springframework.beans.BeanWrapperImpl
- Get custom editor for the given type.
- getErrorCode() - Method in class org.springframework.beans.MethodInvocationException
- getErrorCode() - Method in class org.springframework.beans.TypeMismatchException
- getExceptionCount() - Method in class org.springframework.beans.PropertyAccessExceptionsException
- If this returns 0, no errors were encountered during binding.
- getFinalPath(BeanWrapper, String) - Method in class org.springframework.beans.BeanWrapperImpl
- Get the last component of the path.
- getMessage() - Method in class org.springframework.beans.PropertyAccessExceptionsException
- getName() - Method in class org.springframework.beans.PropertyValue
- Return the name of the property.
- getNestedBeanWrapper(String) - Method in class org.springframework.beans.BeanWrapperImpl
- Retrieve a BeanWrapper for the given nested property.
- getNestedPath() - Method in class org.springframework.beans.BeanWrapperImpl
- Return the nested path of the object wrapped by this BeanWrapper.
- getNestedPropertySeparatorIndex(String, boolean) - Method in class org.springframework.beans.BeanWrapperImpl
- Determine the first (or last) nested property separator in the given property path, ignoring dots in keys (like "map[my.key]").
- getPropertyAccessException(String) - Method in class org.springframework.beans.PropertyAccessExceptionsException
- Return the exception for this field, or null if there isn't one.
- getPropertyAccessExceptions() - Method in class org.springframework.beans.PropertyAccessExceptionsException
- Return an array of the propertyAccessExceptions stored in this object.
- getPropertyChangeEvent() - Method in class org.springframework.beans.PropertyAccessException
- Return the PropertyChangeEvent that resulted in the problem.
- getPropertyDescriptor(String) - Method in interface org.springframework.beans.BeanWrapper
- Get the property descriptor for a particular property.
- getPropertyDescriptor(String) - Method in class org.springframework.beans.BeanWrapperImpl
- getPropertyDescriptor(String) - Method in class org.springframework.beans.CachedIntrospectionResults
- getPropertyDescriptorInternal(String) - Method in class org.springframework.beans.BeanWrapperImpl
- Internal version of getPropertyDescriptor: Returns null if not found rather than throwing an exception.
- getPropertyDescriptors(Class) - Static method in class org.springframework.beans.BeanUtils
- Retrieve the JavaBeans
PropertyDescriptors of a given class. - getPropertyDescriptors() - Method in interface org.springframework.beans.BeanWrapper
- Get the PropertyDescriptors identified on this object (standard JavaBeans introspection).
- getPropertyDescriptors() - Method in class org.springframework.beans.BeanWrapperImpl
- getPropertyEditor() - Method in class org.springframework.beans.BeanWrapperImpl.CustomEditorHolder
- getPropertyEditor(Class) - Method in class org.springframework.beans.BeanWrapperImpl.CustomEditorHolder
- getPropertyName() - Method in class org.springframework.beans.InvalidPropertyException
- Return the name of the offending property.
- getPropertyNameTokens(String) - Method in class org.springframework.beans.BeanWrapperImpl
- getPropertyType(String) - Method in interface org.springframework.beans.BeanWrapper
- Determine the property type for a particular property, either checking the property descriptor or checking the value in case of an indexed or mapped element.
- getPropertyType(String) - Method in class org.springframework.beans.BeanWrapperImpl
- getPropertyValue(String) - Method in class org.springframework.beans.BeanWrapperImpl
- getPropertyValue(BeanWrapperImpl.PropertyTokenHolder) - Method in class org.springframework.beans.BeanWrapperImpl
- getPropertyValue(String) - Method in class org.springframework.beans.MutablePropertyValues
- getPropertyValue(String) - Method in interface org.springframework.beans.PropertyAccessor
- Get the value of a property.
- getPropertyValue(String) - Method in interface org.springframework.beans.PropertyValues
- Return the property value with the given name, if any.
- getPropertyValues() - Method in class org.springframework.beans.MutablePropertyValues
- getPropertyValues() - Method in interface org.springframework.beans.PropertyValues
- Return an array of the PropertyValue objects held in this object.
- getRegisteredType() - Method in class org.springframework.beans.BeanWrapperImpl.CustomEditorHolder
- getRequiredType() - Method in class org.springframework.beans.TypeMismatchException
- Return the required target type.
- getRootClass() - Method in class org.springframework.beans.BeanWrapperImpl
- Return the class of the root object at the top of the path of this BeanWrapper.
- getRootInstance() - Method in class org.springframework.beans.BeanWrapperImpl
- Return the root object at the top of the path of this BeanWrapper.
- getValue() - Method in class org.springframework.beans.PropertyValue
- Return the value of the property.
- getWrappedClass() - Method in interface org.springframework.beans.BeanWrapper
- Convenience method to return the class of the wrapped object.
- getWrappedClass() - Method in class org.springframework.beans.BeanWrapperImpl
- getWrappedInstance() - Method in interface org.springframework.beans.BeanWrapper
- Return the bean wrapped by this object (cannot be null).
- getWrappedInstance() - Method in class org.springframework.beans.BeanWrapperImpl
H
- hashCode() - Method in class org.springframework.beans.PropertyValue
I
- InvalidPropertyException - exception org.springframework.beans.InvalidPropertyException.
- Exception thrown when referring to an invalid bean property.
- InvalidPropertyException(Class, String, String) - Constructor for class org.springframework.beans.InvalidPropertyException
- Create a new InvalidPropertyException.
- InvalidPropertyException(Class, String, String, Throwable) - Constructor for class org.springframework.beans.InvalidPropertyException
- Create a new InvalidPropertyException.
- instantiateClass(Class) - Static method in class org.springframework.beans.BeanUtils
- Convenience method to instantiate a class using its no-arg constructor.
- instantiateClass(Constructor, Object[]) - Static method in class org.springframework.beans.BeanUtils
- Convenience method to instantiate a class using the given constructor.
- isAssignable(Class, Object) - Static method in class org.springframework.beans.BeanUtils
- Determine if the given type is assignable from the given value, assuming setting by reflection.
- isAssignable(Class, Class) - Static method in class org.springframework.beans.BeanUtils
- Determine if the given target type is assignable from the given value type, assuming setting by reflection.
- isCacheSafe(Class) - Static method in class org.springframework.beans.CachedIntrospectionResults
- Check whether the given class is cache-safe, i.e.
- isPrimitiveArray(Class) - Static method in class org.springframework.beans.BeanUtils
- Check if the given class represents an array of primitives, i.e.
- isPrimitiveWrapper(Class) - Static method in class org.springframework.beans.BeanUtils
- Check if the given class represents a primitive wrapper, i.e.
- isPrimitiveWrapperArray(Class) - Static method in class org.springframework.beans.BeanUtils
- Check if the given class represents an array of primitive wrappers, i.e.
- isReadableProperty(String) - Method in interface org.springframework.beans.BeanWrapper
- Return whether this property is readable.
- isReadableProperty(String) - Method in class org.springframework.beans.BeanWrapperImpl
- isSimpleProperty(Class) - Static method in class org.springframework.beans.BeanUtils
- Check if the given class represents a "simple" property, i.e.
- isWritableProperty(String) - Method in interface org.springframework.beans.BeanWrapper
- Return whether this property is writable.
- isWritableProperty(String) - Method in class org.springframework.beans.BeanWrapperImpl
K
- keys - Variable in class org.springframework.beans.BeanWrapperImpl.PropertyTokenHolder
L
- logger - Static variable in class org.springframework.beans.BeanWrapperImpl
- We'll create a lot of these objects, so we don't want a new logger every time
- logger - Static variable in class org.springframework.beans.CachedIntrospectionResults
M
- MethodInvocationException - exception org.springframework.beans.MethodInvocationException.
- Thrown when a bean property getter or setter method throws an exception, analogous to an InvocationTargetException.
- MethodInvocationException(PropertyChangeEvent, Throwable) - Constructor for class org.springframework.beans.MethodInvocationException
- Create a new MethodInvocationException.
- MutablePropertyValues - class org.springframework.beans.MutablePropertyValues.
- Default implementation of the PropertyValues interface.
- MutablePropertyValues() - Constructor for class org.springframework.beans.MutablePropertyValues
- Creates a new empty MutablePropertyValues object.
- MutablePropertyValues(PropertyValues) - Constructor for class org.springframework.beans.MutablePropertyValues
- Deep copy constructor.
- MutablePropertyValues(Map) - Constructor for class org.springframework.beans.MutablePropertyValues
- Construct a new PropertyValues object from a Map.
N
- NESTED_PROPERTY_SEPARATOR - Static variable in interface org.springframework.beans.PropertyAccessor
- Path separator for nested properties.
- NESTED_PROPERTY_SEPARATOR_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
- NotReadablePropertyException - exception org.springframework.beans.NotReadablePropertyException.
- Exception thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.
- NotReadablePropertyException(Class, String) - Constructor for class org.springframework.beans.NotReadablePropertyException
- Create a new NotReadablePropertyException.
- NotWritablePropertyException - exception org.springframework.beans.NotWritablePropertyException.
- Exception thrown on an attempt to set the value of a property that isn't writable, because there's no setter method.
- NotWritablePropertyException(Class, String) - Constructor for class org.springframework.beans.NotWritablePropertyException
- Create a new NotWritablePropertyException.
- NotWritablePropertyException(Class, String, String, Throwable) - Constructor for class org.springframework.beans.NotWritablePropertyException
- Create a new NotWritablePropertyException.
- NullValueInNestedPathException - exception org.springframework.beans.NullValueInNestedPathException.
- Exception thrown when navigation of a valid nested property path encounters a NullPointerException.
- NullValueInNestedPathException(Class, String) - Constructor for class org.springframework.beans.NullValueInNestedPathException
- Create a new NullValueInNestedPathException.
- NullValueInNestedPathException(Class, String, String) - Constructor for class org.springframework.beans.NullValueInNestedPathException
- Create a new NullValueInNestedPathException.
- name - Variable in class org.springframework.beans.PropertyValue
- nestedBeanWrappers - Variable in class org.springframework.beans.BeanWrapperImpl
- nestedPath - Variable in class org.springframework.beans.BeanWrapperImpl
- The nested path of the object
O
- object - Variable in class org.springframework.beans.BeanWrapperImpl
- The wrapped object
- org.springframework.beans - package org.springframework.beans
P
- PROPERTY_KEY_PREFIX - Static variable in interface org.springframework.beans.PropertyAccessor
- Marker that indicates the start of a property key for an indexed or mapped property like "person.addresses[0]".
- PROPERTY_KEY_PREFIX_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
- PROPERTY_KEY_SUFFIX - Static variable in interface org.springframework.beans.PropertyAccessor
- Marker that indicates the end of a property key for an indexed or mapped property like "person.addresses[0]".
- PROPERTY_KEY_SUFFIX_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
- PropertyAccessException - exception org.springframework.beans.PropertyAccessException.
- Superclass for exceptions related to a property access, such as type mismatch or invocation target exception.
- PropertyAccessException(PropertyChangeEvent, String) - Constructor for class org.springframework.beans.PropertyAccessException
- Create a new PropertyAccessException.
- PropertyAccessException(PropertyChangeEvent, String, Throwable) - Constructor for class org.springframework.beans.PropertyAccessException
- Create a new PropertyAccessException.
- PropertyAccessExceptionsException - exception org.springframework.beans.PropertyAccessExceptionsException.
- Combined exception, composed of individual binding propertyAccessExceptions.
- PropertyAccessExceptionsException(BeanWrapper, PropertyAccessException[]) - Constructor for class org.springframework.beans.PropertyAccessExceptionsException
- Create a new PropertyAccessExceptionsException.
- PropertyAccessor - interface org.springframework.beans.PropertyAccessor.
- Common interface for classes that can access bean properties.
- PropertyValue - class org.springframework.beans.PropertyValue.
- Class to hold information and value for an individual property.
- PropertyValue(String, Object) - Constructor for class org.springframework.beans.PropertyValue
- Create a new PropertyValue instance.
- PropertyValues - interface org.springframework.beans.PropertyValues.
- Object containing 0 or more PropertyValue objects comprising one update.
- PropertyValuesEditor - class org.springframework.beans.PropertyValuesEditor.
- Editor for PropertyValues objects.
- PropertyValuesEditor() - Constructor for class org.springframework.beans.PropertyValuesEditor
- primitiveWrapperTypeMap - Static variable in class org.springframework.beans.BeanUtils
- Map with primitive wrapper type as key and corresponding primitive type as value, for example: Integer.class -> int.class
- printStackTrace(PrintStream) - Method in class org.springframework.beans.PropertyAccessExceptionsException
- printStackTrace(PrintWriter) - Method in class org.springframework.beans.PropertyAccessExceptionsException
- propertyAccessExceptions - Variable in class org.springframework.beans.PropertyAccessExceptionsException
- List of PropertyAccessException objects
- propertyChangeEvent - Variable in class org.springframework.beans.PropertyAccessException
- propertyDescriptorCache - Variable in class org.springframework.beans.CachedIntrospectionResults
- Property descriptors keyed by property name
- propertyEditor - Variable in class org.springframework.beans.BeanWrapperImpl.CustomEditorHolder
- propertyName - Variable in class org.springframework.beans.InvalidPropertyException
- propertyValueList - Variable in class org.springframework.beans.MutablePropertyValues
- List of PropertyValue objects
R
- registerCustomEditor(Class, PropertyEditor) - Method in interface org.springframework.beans.BeanWrapper
- Register the given custom property editor for all properties of the given type.
- registerCustomEditor(Class, String, PropertyEditor) - Method in interface org.springframework.beans.BeanWrapper
- Register the given custom property editor for the given type and property, or for all properties of the given type.
- registerCustomEditor(Class, PropertyEditor) - Method in class org.springframework.beans.BeanWrapperImpl
- registerCustomEditor(Class, String, PropertyEditor) - Method in class org.springframework.beans.BeanWrapperImpl
- registeredType - Variable in class org.springframework.beans.BeanWrapperImpl.CustomEditorHolder
- removePropertyValue(PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
- Remove the given PropertyValue, if contained.
- removePropertyValue(String) - Method in class org.springframework.beans.MutablePropertyValues
- Overloaded version of removePropertyValue that takes a property name.
- requiredType - Variable in class org.springframework.beans.TypeMismatchException
- rootObject - Variable in class org.springframework.beans.BeanWrapperImpl
S
- setAsText(String) - Method in class org.springframework.beans.PropertyValuesEditor
- setIntrospectionClass(Class) - Method in class org.springframework.beans.BeanWrapperImpl
- Set the class to introspect.
- setPropertyValue(String, Object) - Method in class org.springframework.beans.BeanWrapperImpl
- setPropertyValue(BeanWrapperImpl.PropertyTokenHolder, Object) - Method in class org.springframework.beans.BeanWrapperImpl
- setPropertyValue(PropertyValue) - Method in class org.springframework.beans.BeanWrapperImpl
- setPropertyValue(String, Object) - Method in interface org.springframework.beans.PropertyAccessor
- Set a property value.
- setPropertyValue(PropertyValue) - Method in interface org.springframework.beans.PropertyAccessor
- Update a property value.
- setPropertyValueAt(PropertyValue, int) - Method in class org.springframework.beans.MutablePropertyValues
- Modify a PropertyValue object held in this object.
- setPropertyValues(Map) - Method in class org.springframework.beans.BeanWrapperImpl
- Bulk update from a Map.
- setPropertyValues(PropertyValues) - Method in class org.springframework.beans.BeanWrapperImpl
- setPropertyValues(PropertyValues, boolean) - Method in class org.springframework.beans.BeanWrapperImpl
- setPropertyValues(Map) - Method in interface org.springframework.beans.PropertyAccessor
- Perform a bulk update from a Map.
- setPropertyValues(PropertyValues) - Method in interface org.springframework.beans.PropertyAccessor
- The preferred way to perform a bulk update.
- setPropertyValues(PropertyValues, boolean) - Method in interface org.springframework.beans.PropertyAccessor
- Perform a bulk update with full control over behavior.
- setWrappedInstance(Object) - Method in interface org.springframework.beans.BeanWrapper
- Change the wrapped object.
- setWrappedInstance(Object) - Method in class org.springframework.beans.BeanWrapperImpl
- Switch the target object, replacing the cached introspection results only if the class of the new object is different to that of the replaced object.
- setWrappedInstance(Object, String, Object) - Method in class org.springframework.beans.BeanWrapperImpl
- Switch the target object, replacing the cached introspection results only if the class of the new object is different to that of the replaced object.
T
- TypeMismatchException - exception org.springframework.beans.TypeMismatchException.
- Exception thrown on a type mismatch when trying to set a bean property.
- TypeMismatchException(PropertyChangeEvent, Class) - Constructor for class org.springframework.beans.TypeMismatchException
- Create a new TypeMismatchException.
- TypeMismatchException(PropertyChangeEvent, Class, Throwable) - Constructor for class org.springframework.beans.TypeMismatchException
- Create a new TypeMismatchException.
- toString() - Method in class org.springframework.beans.BeanWrapperImpl
- toString() - Method in class org.springframework.beans.MutablePropertyValues
- toString() - Method in class org.springframework.beans.PropertyAccessExceptionsException
- toString() - Method in class org.springframework.beans.PropertyValue
V
- value - Variable in class org.springframework.beans.PropertyValue
A B C D E F G H I K L M N O P R S T V
|
|||||||||
| Home >> All >> org >> springframework >> [ beans overview ] | PREV NEXT | ||||||||