A B C D E F G H I K L M O P R S T U V W

A

AbstractCollectionConverter - class org.apache.xbean.propertyeditor.AbstractCollectionConverter.
 
AbstractCollectionConverter(Class) - Constructor for class org.apache.xbean.propertyeditor.AbstractCollectionConverter
 
AbstractCollectionConverter(Class, PropertyEditor) - Constructor for class org.apache.xbean.propertyeditor.AbstractCollectionConverter
 
AbstractConverter - class org.apache.xbean.propertyeditor.AbstractConverter.
A base class for converters.
AbstractConverter(Class) - Constructor for class org.apache.xbean.propertyeditor.AbstractConverter
Creates an abstract converter for the specified type.
AbstractMapConverter - class org.apache.xbean.propertyeditor.AbstractMapConverter.
 
AbstractMapConverter(Class) - Constructor for class org.apache.xbean.propertyeditor.AbstractMapConverter
 
AbstractMapConverter(Class, PropertyEditor, PropertyEditor) - Constructor for class org.apache.xbean.propertyeditor.AbstractMapConverter
 
ArrayConverter - class org.apache.xbean.propertyeditor.ArrayConverter.
Adapter for editing array types.
ArrayConverter(Class, PropertyEditor) - Constructor for class org.apache.xbean.propertyeditor.ArrayConverter
 
ArrayListEditor - class org.apache.xbean.propertyeditor.ArrayListEditor.
Adapter for editing array types.
ArrayListEditor() - Constructor for class org.apache.xbean.propertyeditor.ArrayListEditor
 
add(Boolean) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
add(Character) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
add(Byte) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
add(Short) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
add(Integer) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
add(Long) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
add(Float) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
add(Double) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
add(String) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
add(Recipe) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
addAll(Collection) - Method in class org.apache.xbean.recipe.CollectionRecipe
 

B

BigDecimalEditor - class org.apache.xbean.propertyeditor.BigDecimalEditor.
A property editor for BigDecimal typed properties.
BigDecimalEditor() - Constructor for class org.apache.xbean.propertyeditor.BigDecimalEditor
 
BigIntegerEditor - class org.apache.xbean.propertyeditor.BigIntegerEditor.
A property editor for BigDecimal typed properties.
BigIntegerEditor() - Constructor for class org.apache.xbean.propertyeditor.BigIntegerEditor
 
BooleanEditor - class org.apache.xbean.propertyeditor.BooleanEditor.
 
BooleanEditor() - Constructor for class org.apache.xbean.propertyeditor.BooleanEditor
 
ByteEditor - class org.apache.xbean.propertyeditor.ByteEditor.
 
ByteEditor() - Constructor for class org.apache.xbean.propertyeditor.ByteEditor
 

C

CharacterEditor - class org.apache.xbean.propertyeditor.CharacterEditor.
 
CharacterEditor() - Constructor for class org.apache.xbean.propertyeditor.CharacterEditor
 
ClassEditor - class org.apache.xbean.propertyeditor.ClassEditor.
A property editor for converting class names into class object instances
ClassEditor() - Constructor for class org.apache.xbean.propertyeditor.ClassEditor
 
ClassLoading - class org.apache.xbean.ClassLoading.
Utility class for loading classes by a variety of name variations.
ClassLoading() - Constructor for class org.apache.xbean.ClassLoading
 
CollectionRecipe - class org.apache.xbean.recipe.CollectionRecipe.
 
CollectionRecipe() - Constructor for class org.apache.xbean.recipe.CollectionRecipe
 
CollectionRecipe(String) - Constructor for class org.apache.xbean.recipe.CollectionRecipe
 
CollectionRecipe(Class) - Constructor for class org.apache.xbean.recipe.CollectionRecipe
 
CollectionRecipe(Collection) - Constructor for class org.apache.xbean.recipe.CollectionRecipe
 
CollectionRecipe(String, Collection) - Constructor for class org.apache.xbean.recipe.CollectionRecipe
 
CollectionRecipe(Class, Collection) - Constructor for class org.apache.xbean.recipe.CollectionRecipe
 
CollectionRecipe(CollectionRecipe) - Constructor for class org.apache.xbean.recipe.CollectionRecipe
 
CollectionUtil - class org.apache.xbean.propertyeditor.CollectionUtil.
 
CollectionUtil() - Constructor for class org.apache.xbean.propertyeditor.CollectionUtil
 
ConstructionException - exception org.apache.xbean.recipe.ConstructionException.
 
ConstructionException() - Constructor for class org.apache.xbean.recipe.ConstructionException
 
ConstructionException(String) - Constructor for class org.apache.xbean.recipe.ConstructionException
 
ConstructionException(String, Throwable) - Constructor for class org.apache.xbean.recipe.ConstructionException
 
ConstructionException(Throwable) - Constructor for class org.apache.xbean.recipe.ConstructionException
 
Converter - interface org.apache.xbean.propertyeditor.Converter.
 
canConvert(String, ClassLoader) - Static method in class org.apache.xbean.propertyeditor.PropertyEditors
 
canConvert(Class) - Static method in class org.apache.xbean.propertyeditor.PropertyEditors
 
clear() - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
Clears the map, resetting the size to zero and nullifying references to avoid garbage collection issues.
containsKey(Object) - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
Checks whether the map contains the specified key.
containsValue(Object) - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
Checks whether the map contains the specified value.
create(ClassLoader) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
create(ClassLoader) - Method in class org.apache.xbean.recipe.MapRecipe
 
create() - Method in class org.apache.xbean.recipe.ObjectRecipe
 
create(ClassLoader) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
create(ClassLoader) - Method in interface org.apache.xbean.recipe.Recipe
 
create(ClassLoader) - Method in class org.apache.xbean.recipe.StaticRecipe
 
create(ClassLoader) - Method in class org.apache.xbean.recipe.ValueRecipe
 
createCollection(List) - Method in class org.apache.xbean.propertyeditor.AbstractCollectionConverter
 
createCollection(List) - Method in class org.apache.xbean.propertyeditor.ArrayConverter
 
createCollection(List) - Method in class org.apache.xbean.propertyeditor.ArrayListEditor
 
createCollection(List) - Method in class org.apache.xbean.propertyeditor.LinkedHashSetEditor
 
createCollection(List) - Method in class org.apache.xbean.propertyeditor.LinkedListEditor
 
createCollection(List) - Method in class org.apache.xbean.propertyeditor.ListEditor
 
createCollection(List) - Method in class org.apache.xbean.propertyeditor.SetEditor
 
createCollection(List) - Method in class org.apache.xbean.propertyeditor.SortedSetEditor
 
createCollection(List) - Method in class org.apache.xbean.propertyeditor.TreeSetEditor
 
createCollection(List) - Method in class org.apache.xbean.propertyeditor.VectorEditor
 
createMap(Map) - Method in class org.apache.xbean.propertyeditor.AbstractMapConverter
 
createMap(Map) - Method in class org.apache.xbean.propertyeditor.HashMapEditor
 
createMap(Map) - Method in class org.apache.xbean.propertyeditor.HashtableEditor
 
createMap(Map) - Method in class org.apache.xbean.propertyeditor.IdentityHashMapEditor
 
createMap(Map) - Method in class org.apache.xbean.propertyeditor.LinkedHashMapEditor
 
createMap(Map) - Method in class org.apache.xbean.propertyeditor.MapEditor
 
createMap(Map) - Method in class org.apache.xbean.propertyeditor.PropertiesEditor
 
createMap(Map) - Method in class org.apache.xbean.propertyeditor.SortedMapEditor
 
createMap(Map) - Method in class org.apache.xbean.propertyeditor.TreeMapEditor
 
createMap(Map) - Method in class org.apache.xbean.propertyeditor.WeakHashMapEditor
 

D

DateEditor - class org.apache.xbean.propertyeditor.DateEditor.
A property editor for Date typed properties.
DateEditor() - Constructor for class org.apache.xbean.propertyeditor.DateEditor
 
DoubleEditor - class org.apache.xbean.propertyeditor.DoubleEditor.
 
DoubleEditor() - Constructor for class org.apache.xbean.propertyeditor.DoubleEditor
 

E

entrySet() - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
 

F

FileEditor - class org.apache.xbean.propertyeditor.FileEditor.
A property editor for File.
FileEditor() - Constructor for class org.apache.xbean.propertyeditor.FileEditor
 
FloatEditor - class org.apache.xbean.propertyeditor.FloatEditor.
 
FloatEditor() - Constructor for class org.apache.xbean.propertyeditor.FloatEditor
 
findSetter(Class, String, Object) - Static method in class org.apache.xbean.recipe.ObjectRecipe
 

G

get(Object) - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
Gets the value mapped to the key specified.
getAsText() - Method in class org.apache.xbean.propertyeditor.AbstractConverter
 
getAttributeName() - Method in class org.apache.xbean.recipe.ConstructionException
 
getBeanName() - Method in class org.apache.xbean.recipe.ConstructionException
 
getClassName(Class) - Static method in class org.apache.xbean.ClassLoading
Map a class object back to a class name.
getClassName(Object) - Static method in class org.apache.xbean.ClassLoading
 
getClassName(Object, boolean) - Static method in class org.apache.xbean.ClassLoading
 
getClassName(Class, boolean) - Static method in class org.apache.xbean.ClassLoading
 
getMessage() - Method in class org.apache.xbean.recipe.ConstructionException
 
getProperty(String) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
getType() - Method in class org.apache.xbean.propertyeditor.AbstractConverter
 
getType() - Method in interface org.apache.xbean.propertyeditor.Converter
Gets the the type of object supported by this converter.
getType() - Method in class org.apache.xbean.recipe.ValueRecipe
 
getValue() - Method in class org.apache.xbean.propertyeditor.AbstractConverter
 
getValue(String, String, ClassLoader) - Static method in class org.apache.xbean.propertyeditor.PropertyEditors
 
getValue(Class, String) - Static method in class org.apache.xbean.propertyeditor.PropertyEditors
 
getValue() - Method in class org.apache.xbean.recipe.ValueRecipe
 

H

HashMapEditor - class org.apache.xbean.propertyeditor.HashMapEditor.
A property editor for indirect property bundles.
HashMapEditor() - Constructor for class org.apache.xbean.propertyeditor.HashMapEditor
 
HashtableEditor - class org.apache.xbean.propertyeditor.HashtableEditor.
A property editor for indirect property bundles.
HashtableEditor() - Constructor for class org.apache.xbean.propertyeditor.HashtableEditor
 
hasDefaultConstructor(Class) - Static method in class org.apache.xbean.recipe.RecipeHelper
 

I

IdentityHashMapEditor - class org.apache.xbean.propertyeditor.IdentityHashMapEditor.
A property editor for indirect property bundles.
IdentityHashMapEditor() - Constructor for class org.apache.xbean.propertyeditor.IdentityHashMapEditor
 
Inet4AddressEditor - class org.apache.xbean.propertyeditor.Inet4AddressEditor.
 
Inet4AddressEditor() - Constructor for class org.apache.xbean.propertyeditor.Inet4AddressEditor
 
Inet6AddressEditor - class org.apache.xbean.propertyeditor.Inet6AddressEditor.
 
Inet6AddressEditor() - Constructor for class org.apache.xbean.propertyeditor.Inet6AddressEditor
 
InetAddressEditor - class org.apache.xbean.propertyeditor.InetAddressEditor.
 
InetAddressEditor() - Constructor for class org.apache.xbean.propertyeditor.InetAddressEditor
 
IntegerEditor - class org.apache.xbean.propertyeditor.IntegerEditor.
 
IntegerEditor() - Constructor for class org.apache.xbean.propertyeditor.IntegerEditor
 
isAssignableFrom(Class, Class) - Static method in class org.apache.xbean.recipe.ObjectRecipe
 
isAssignableFrom(Class[], Class[]) - Static method in class org.apache.xbean.recipe.ObjectRecipe
 
isConvertable(Class, Object) - Static method in class org.apache.xbean.recipe.ObjectRecipe
 
isEmpty() - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
Checks whether the map is currently empty.
isInstance(Class, Object) - Static method in class org.apache.xbean.recipe.ObjectRecipe
 
isSimpleType(Object) - Static method in class org.apache.xbean.recipe.RecipeHelper
 

K

keySet() - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
 

L

LinkedHashMapEditor - class org.apache.xbean.propertyeditor.LinkedHashMapEditor.
A property editor for indirect property bundles.
LinkedHashMapEditor() - Constructor for class org.apache.xbean.propertyeditor.LinkedHashMapEditor
 
LinkedHashSetEditor - class org.apache.xbean.propertyeditor.LinkedHashSetEditor.
Adapter for editing array types.
LinkedHashSetEditor() - Constructor for class org.apache.xbean.propertyeditor.LinkedHashSetEditor
 
LinkedListEditor - class org.apache.xbean.propertyeditor.LinkedListEditor.
Adapter for editing array types.
LinkedListEditor() - Constructor for class org.apache.xbean.propertyeditor.LinkedListEditor
 
ListEditor - class org.apache.xbean.propertyeditor.ListEditor.
Adapter for editing array types.
ListEditor() - Constructor for class org.apache.xbean.propertyeditor.ListEditor
 
LongEditor - class org.apache.xbean.propertyeditor.LongEditor.
 
LongEditor() - Constructor for class org.apache.xbean.propertyeditor.LongEditor
 
loadClass(String, ClassLoader) - Static method in class org.apache.xbean.ClassLoading
Load a class that matches the requested name, using the provided class loader context.

M

MapEditor - class org.apache.xbean.propertyeditor.MapEditor.
A property editor for indirect property bundles.
MapEditor() - Constructor for class org.apache.xbean.propertyeditor.MapEditor
 
MapRecipe - class org.apache.xbean.recipe.MapRecipe.
 
MapRecipe() - Constructor for class org.apache.xbean.recipe.MapRecipe
 
MapRecipe(String) - Constructor for class org.apache.xbean.recipe.MapRecipe
 
MapRecipe(Class) - Constructor for class org.apache.xbean.recipe.MapRecipe
 
MapRecipe(Map) - Constructor for class org.apache.xbean.recipe.MapRecipe
 
MapRecipe(String, Map) - Constructor for class org.apache.xbean.recipe.MapRecipe
 
MapRecipe(Class, Map) - Constructor for class org.apache.xbean.recipe.MapRecipe
 
MapRecipe(MapRecipe) - Constructor for class org.apache.xbean.recipe.MapRecipe
 

O

ObjectNameEditor - class org.apache.xbean.propertyeditor.ObjectNameEditor.
A property editor for ObjectName.
ObjectNameEditor() - Constructor for class org.apache.xbean.propertyeditor.ObjectNameEditor
 
ObjectRecipe - class org.apache.xbean.recipe.ObjectRecipe.
 
ObjectRecipe(Class) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(Class, String) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(Class, Map) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(Class, String[], Class[]) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(Class, String, String[], Class[]) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(String) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(String, String) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(String, Map) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(String, String[], Class[]) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(String, String, String[], Class[]) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(String, String, String[], Class[], Map) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
org.apache.xbean - package org.apache.xbean
 
org.apache.xbean.propertyeditor - package org.apache.xbean.propertyeditor
 
org.apache.xbean.recipe - package org.apache.xbean.recipe
 

P

PropertiesEditor - class org.apache.xbean.propertyeditor.PropertiesEditor.
A property editor for indirect property bundles.
PropertiesEditor() - Constructor for class org.apache.xbean.propertyeditor.PropertiesEditor
 
PropertyEditorException - exception org.apache.xbean.propertyeditor.PropertyEditorException.
An exception for property editor conversion problems.
PropertyEditorException() - Constructor for class org.apache.xbean.propertyeditor.PropertyEditorException
Default constructor for a PropertyException.
PropertyEditorException(Throwable) - Constructor for class org.apache.xbean.propertyeditor.PropertyEditorException
PropertyEditorException with a wrappered inner exception.
PropertyEditorException(String) - Constructor for class org.apache.xbean.propertyeditor.PropertyEditorException
A PropertyEditorException with just an error message.
PropertyEditorException(String, Throwable) - Constructor for class org.apache.xbean.propertyeditor.PropertyEditorException
An exception with both a message and an internal exception.
PropertyEditors - class org.apache.xbean.propertyeditor.PropertyEditors.
The property editor manager.
PropertyEditors() - Constructor for class org.apache.xbean.propertyeditor.PropertyEditors
 
put(Object, Object) - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
Puts a key-value entry into this map.
put(Object, Object) - Method in class org.apache.xbean.recipe.MapRecipe
 
putAll(Map) - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
 
putAll(Map) - Method in class org.apache.xbean.recipe.MapRecipe
 

R

Recipe - interface org.apache.xbean.recipe.Recipe.
 
RecipeHelper - class org.apache.xbean.recipe.RecipeHelper.
 
ReferenceIdentityMap - class org.apache.xbean.propertyeditor.ReferenceIdentityMap.
Streamlined version of a WeakIdentityHashMap.
ReferenceIdentityMap() - Constructor for class org.apache.xbean.propertyeditor.ReferenceIdentityMap
 
registerConverter(Converter) - Static method in class org.apache.xbean.propertyeditor.PropertyEditors
 
remove(Object) - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
Removes the specified mapping from this map.

S

SetEditor - class org.apache.xbean.propertyeditor.SetEditor.
Adapter for editing array types.
SetEditor() - Constructor for class org.apache.xbean.propertyeditor.SetEditor
 
ShortEditor - class org.apache.xbean.propertyeditor.ShortEditor.
 
ShortEditor() - Constructor for class org.apache.xbean.propertyeditor.ShortEditor
 
SortedMapEditor - class org.apache.xbean.propertyeditor.SortedMapEditor.
A property editor for indirect property bundles.
SortedMapEditor() - Constructor for class org.apache.xbean.propertyeditor.SortedMapEditor
 
SortedSetEditor - class org.apache.xbean.propertyeditor.SortedSetEditor.
Adapter for editing array types.
SortedSetEditor() - Constructor for class org.apache.xbean.propertyeditor.SortedSetEditor
 
StaticRecipe - class org.apache.xbean.recipe.StaticRecipe.
 
StaticRecipe(Object) - Constructor for class org.apache.xbean.recipe.StaticRecipe
 
StringEditor - class org.apache.xbean.propertyeditor.StringEditor.
 
StringEditor() - Constructor for class org.apache.xbean.propertyeditor.StringEditor
 
setAllProperties(Map) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setAsText(String) - Method in class org.apache.xbean.propertyeditor.AbstractConverter
 
setAttributeName(String) - Method in class org.apache.xbean.recipe.ConstructionException
 
setBeanName(String) - Method in class org.apache.xbean.recipe.ConstructionException
 
setPrependAttributeName(String) - Method in class org.apache.xbean.recipe.ConstructionException
 
setProperty(String, Object) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setValue(Object) - Method in class org.apache.xbean.propertyeditor.AbstractConverter
 
size() - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
Gets the size of the map.

T

TreeMapEditor - class org.apache.xbean.propertyeditor.TreeMapEditor.
A property editor for indirect property bundles.
TreeMapEditor() - Constructor for class org.apache.xbean.propertyeditor.TreeMapEditor
 
TreeSetEditor - class org.apache.xbean.propertyeditor.TreeSetEditor.
Adapter for editing array types.
TreeSetEditor() - Constructor for class org.apache.xbean.propertyeditor.TreeSetEditor
 
toList(String, PropertyEditor) - Static method in class org.apache.xbean.propertyeditor.CollectionUtil
 
toMap(String, PropertyEditor, PropertyEditor) - Static method in class org.apache.xbean.propertyeditor.CollectionUtil
 
toObject(String) - Method in class org.apache.xbean.propertyeditor.AbstractConverter
 
toObject(String) - Method in interface org.apache.xbean.propertyeditor.Converter
Converts the supplied text in to an instance of the editor type.
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.AbstractCollectionConverter
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.AbstractConverter
Converts the supplied text in to an instance of the editor type.
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.AbstractMapConverter
Treats the text value of this property as an input stream that is converted into a Property bundle.
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.BigDecimalEditor
Convert the text value of the property into a BigDecimal instance.
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.BigIntegerEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.BooleanEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.ByteEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.CharacterEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.ClassEditor
Return a resolved class using the text value of the property as the name.
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.DateEditor
Convert the text value of the property into a Date object instance.
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.DoubleEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.FileEditor
Returns a URL for the input object converted to a string.
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.FloatEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.Inet4AddressEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.Inet6AddressEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.InetAddressEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.IntegerEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.LongEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.ObjectNameEditor
Returns a ObjectName for the input object converted to a string.
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.ShortEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.StringEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.URIEditor
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.URLEditor
Convert the text value of the property into a URL object instance.
toString(Object) - Method in class org.apache.xbean.propertyeditor.AbstractConverter
 
toString(Collection, PropertyEditor) - Static method in class org.apache.xbean.propertyeditor.CollectionUtil
 
toString(Map, PropertyEditor, PropertyEditor) - Static method in class org.apache.xbean.propertyeditor.CollectionUtil
 
toString(Object) - Method in interface org.apache.xbean.propertyeditor.Converter
Converts the supplied object to text.
toString(Object) - Static method in class org.apache.xbean.propertyeditor.PropertyEditors
 
toStringImpl(Object) - Method in class org.apache.xbean.propertyeditor.AbstractCollectionConverter
 
toStringImpl(Object) - Method in class org.apache.xbean.propertyeditor.AbstractConverter
Converts the supplied object to text.
toStringImpl(Object) - Method in class org.apache.xbean.propertyeditor.AbstractMapConverter
 
toStringImpl(Object) - Method in class org.apache.xbean.propertyeditor.ClassEditor
 
toStringImpl(Object) - Method in class org.apache.xbean.propertyeditor.DateEditor
 

U

URIEditor - class org.apache.xbean.propertyeditor.URIEditor.
 
URIEditor() - Constructor for class org.apache.xbean.propertyeditor.URIEditor
 
URLEditor - class org.apache.xbean.propertyeditor.URLEditor.
A property editor for URL typed properties.
URLEditor() - Constructor for class org.apache.xbean.propertyeditor.URLEditor
 

V

ValueRecipe - class org.apache.xbean.recipe.ValueRecipe.
 
ValueRecipe(Class, String) - Constructor for class org.apache.xbean.recipe.ValueRecipe
 
ValueRecipe(String, String) - Constructor for class org.apache.xbean.recipe.ValueRecipe
 
ValueRecipe(Object) - Constructor for class org.apache.xbean.recipe.ValueRecipe
 
ValueRecipe(ValueRecipe) - Constructor for class org.apache.xbean.recipe.ValueRecipe
 
VectorEditor - class org.apache.xbean.propertyeditor.VectorEditor.
Adapter for editing array types.
VectorEditor() - Constructor for class org.apache.xbean.propertyeditor.VectorEditor
 
values() - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
 

W

WeakHashMapEditor - class org.apache.xbean.propertyeditor.WeakHashMapEditor.
A property editor for indirect property bundles.
WeakHashMapEditor() - Constructor for class org.apache.xbean.propertyeditor.WeakHashMapEditor
 

A B C D E F G H I K L M O P R S T U V W

Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.