Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
O
P
R
S
T
U
V
W
A
AbstractCollectionConverter
- Class in
org.apache.xbean.propertyeditor
AbstractCollectionConverter(Class)
- Constructor for class org.apache.xbean.propertyeditor.
AbstractCollectionConverter
AbstractCollectionConverter(Class, PropertyEditor)
- Constructor for class org.apache.xbean.propertyeditor.
AbstractCollectionConverter
AbstractConverter
- Class in
org.apache.xbean.propertyeditor
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 in
org.apache.xbean.propertyeditor
AbstractMapConverter(Class)
- Constructor for class org.apache.xbean.propertyeditor.
AbstractMapConverter
AbstractMapConverter(Class, PropertyEditor, PropertyEditor)
- Constructor for class org.apache.xbean.propertyeditor.
AbstractMapConverter
AbstractRecipe
- Class in
org.apache.xbean.recipe
AbstractRecipe()
- Constructor for class org.apache.xbean.recipe.
AbstractRecipe
AbstractSecretRecipe
- Class in
org.apache.xbean.recipe
AbstractSecretRecipe()
- Constructor for class org.apache.xbean.recipe.
AbstractSecretRecipe
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
allow(Option)
- Method in class org.apache.xbean.recipe.
ObjectRecipe
ArrayConverter
- Class in
org.apache.xbean.propertyeditor
Adapter for editing array types.
ArrayConverter(Class, PropertyEditor)
- Constructor for class org.apache.xbean.propertyeditor.
ArrayConverter
ArrayListEditor
- Class in
org.apache.xbean.propertyeditor
Adapter for editing array types.
ArrayListEditor()
- Constructor for class org.apache.xbean.propertyeditor.
ArrayListEditor
B
BigDecimalEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for BigDecimal typed properties.
BigDecimalEditor()
- Constructor for class org.apache.xbean.propertyeditor.
BigDecimalEditor
BigIntegerEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for BigDecimal typed properties.
BigIntegerEditor()
- Constructor for class org.apache.xbean.propertyeditor.
BigIntegerEditor
BooleanEditor
- Class in
org.apache.xbean.propertyeditor
BooleanEditor()
- Constructor for class org.apache.xbean.propertyeditor.
BooleanEditor
ByteEditor
- Class in
org.apache.xbean.propertyeditor
ByteEditor()
- Constructor for class org.apache.xbean.propertyeditor.
ByteEditor
C
canConvert(String, ClassLoader)
- Static method in class org.apache.xbean.propertyeditor.
PropertyEditors
canConvert(Class)
- Static method in class org.apache.xbean.propertyeditor.
PropertyEditors
canCreate(Class, ClassLoader)
- Method in class org.apache.xbean.recipe.
CollectionRecipe
canCreate(Class, ClassLoader)
- Method in class org.apache.xbean.recipe.
MapRecipe
canCreate(Class, ClassLoader)
- Method in class org.apache.xbean.recipe.
ObjectRecipe
canCreate(Class, ClassLoader)
- Method in interface org.apache.xbean.recipe.
Recipe
canCreate(Class, ClassLoader)
- Method in class org.apache.xbean.recipe.
StaticRecipe
canCreate(Class, ClassLoader)
- Method in class org.apache.xbean.recipe.
UnsetPropertiesRecipe
canCreate(Class, ClassLoader)
- Method in class org.apache.xbean.recipe.
ValueRecipe
CASE_INSENSITIVE_PROPERTIES
- Static variable in class org.apache.xbean.recipe.
Option
CharacterEditor
- Class in
org.apache.xbean.propertyeditor
CharacterEditor()
- Constructor for class org.apache.xbean.propertyeditor.
CharacterEditor
ClassEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for converting class names into class object instances
ClassEditor()
- Constructor for class org.apache.xbean.propertyeditor.
ClassEditor
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.
CollectionRecipe
- Class in
org.apache.xbean.recipe
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 in
org.apache.xbean.propertyeditor
CollectionUtil()
- Constructor for class org.apache.xbean.propertyeditor.
CollectionUtil
compare(Object, Object)
- Method in class org.apache.xbean.recipe.
RecipeHelper.RecipeComparator
ConstructionException
- Exception in
org.apache.xbean.recipe
ConstructionException()
- Constructor for exception org.apache.xbean.recipe.
ConstructionException
ConstructionException(String)
- Constructor for exception org.apache.xbean.recipe.
ConstructionException
ConstructionException(String, Throwable)
- Constructor for exception org.apache.xbean.recipe.
ConstructionException
ConstructionException(Throwable)
- Constructor for exception org.apache.xbean.recipe.
ConstructionException
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.
Converter
- Interface in
org.apache.xbean.propertyeditor
create()
- Method in class org.apache.xbean.recipe.
AbstractRecipe
create(ClassLoader)
- Method in class org.apache.xbean.recipe.
AbstractSecretRecipe
create(ClassLoader)
- Method in class org.apache.xbean.recipe.
CollectionRecipe
create(ClassLoader)
- Method in class org.apache.xbean.recipe.
MapRecipe
create(ClassLoader)
- Method in class org.apache.xbean.recipe.
ObjectRecipe
create()
- Method in interface org.apache.xbean.recipe.
Recipe
create(ClassLoader)
- Method in interface org.apache.xbean.recipe.
Recipe
create(Recipe, ClassLoader)
- Method in interface org.apache.xbean.recipe.
SecretRecipe
create(ClassLoader)
- Method in class org.apache.xbean.recipe.
StaticRecipe
create(Recipe, ClassLoader)
- Method in class org.apache.xbean.recipe.
UnsetPropertiesRecipe
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 in
org.apache.xbean.propertyeditor
A property editor for Date typed properties.
DateEditor()
- Constructor for class org.apache.xbean.propertyeditor.
DateEditor
disallow(Option)
- Method in class org.apache.xbean.recipe.
ObjectRecipe
DoubleEditor
- Class in
org.apache.xbean.propertyeditor
DoubleEditor()
- Constructor for class org.apache.xbean.propertyeditor.
DoubleEditor
E
entrySet()
- Method in class org.apache.xbean.propertyeditor.
ReferenceIdentityMap
F
FIELD_INJECTION
- Static variable in class org.apache.xbean.recipe.
Option
FileEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for
File
.
FileEditor()
- Constructor for class org.apache.xbean.propertyeditor.
FileEditor
findFactoryMethod(Class, String)
- Method in class org.apache.xbean.recipe.
ObjectRecipe
findField(Class, String, Object, boolean, ClassLoader)
- Static method in class org.apache.xbean.recipe.
ObjectRecipe
Deprecated.
use the method with allowStatic
findField(Class, String, Object, boolean, boolean, boolean, ClassLoader)
- Static method in class org.apache.xbean.recipe.
ObjectRecipe
findSetter(Class, String, Object, boolean, ClassLoader)
- Static method in class org.apache.xbean.recipe.
ObjectRecipe
Deprecated.
use the method with allowStatic
findSetter(Class, String, Object, boolean, boolean, boolean, ClassLoader)
- Static method in class org.apache.xbean.recipe.
ObjectRecipe
FloatEditor
- Class in
org.apache.xbean.propertyeditor
FloatEditor()
- Constructor for class org.apache.xbean.propertyeditor.
FloatEditor
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 exception org.apache.xbean.recipe.
ConstructionException
getClassName()
- Method in exception org.apache.xbean.recipe.
ConstructionException
getMatchLevel()
- Method in exception org.apache.xbean.recipe.
MissingAccessorException
getMessage()
- Method in exception org.apache.xbean.recipe.
ConstructionException
getPriority()
- Method in class org.apache.xbean.recipe.
AbstractRecipe
getPriority()
- Method in interface org.apache.xbean.recipe.
Recipe
getPriority()
- Method in class org.apache.xbean.recipe.
UnsetPropertiesRecipe
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.
ObjectRecipe.FieldMember
getType()
- Method in interface org.apache.xbean.recipe.
ObjectRecipe.Member
getType()
- Method in class org.apache.xbean.recipe.
ObjectRecipe.MethodMember
getType()
- Method in class org.apache.xbean.recipe.
ValueRecipe
getUnsetProperties()
- Method in class org.apache.xbean.recipe.
ObjectRecipe
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
hasDefaultConstructor(Class)
- Static method in class org.apache.xbean.recipe.
RecipeHelper
HashMapEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for indirect property bundles.
HashMapEditor()
- Constructor for class org.apache.xbean.propertyeditor.
HashMapEditor
HashtableEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for indirect property bundles.
HashtableEditor()
- Constructor for class org.apache.xbean.propertyeditor.
HashtableEditor
I
IdentityHashMapEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for indirect property bundles.
IdentityHashMapEditor()
- Constructor for class org.apache.xbean.propertyeditor.
IdentityHashMapEditor
IGNORE_MISSING_PROPERTIES
- Static variable in class org.apache.xbean.recipe.
Option
Inet4AddressEditor
- Class in
org.apache.xbean.propertyeditor
Inet4AddressEditor()
- Constructor for class org.apache.xbean.propertyeditor.
Inet4AddressEditor
Inet6AddressEditor
- Class in
org.apache.xbean.propertyeditor
Inet6AddressEditor()
- Constructor for class org.apache.xbean.propertyeditor.
Inet6AddressEditor
InetAddressEditor
- Class in
org.apache.xbean.propertyeditor
InetAddressEditor()
- Constructor for class org.apache.xbean.propertyeditor.
InetAddressEditor
IntegerEditor
- Class in
org.apache.xbean.propertyeditor
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.
RecipeHelper
isConvertable(Class, Object, ClassLoader)
- Static method in class org.apache.xbean.recipe.
RecipeHelper
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.
RecipeHelper
isSimpleType(Object)
- Static method in class org.apache.xbean.recipe.
RecipeHelper
K
keySet()
- Method in class org.apache.xbean.propertyeditor.
ReferenceIdentityMap
L
LinkedHashMapEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for indirect property bundles.
LinkedHashMapEditor()
- Constructor for class org.apache.xbean.propertyeditor.
LinkedHashMapEditor
LinkedHashSetEditor
- Class in
org.apache.xbean.propertyeditor
Adapter for editing array types.
LinkedHashSetEditor()
- Constructor for class org.apache.xbean.propertyeditor.
LinkedHashSetEditor
LinkedListEditor
- Class in
org.apache.xbean.propertyeditor
Adapter for editing array types.
LinkedListEditor()
- Constructor for class org.apache.xbean.propertyeditor.
LinkedListEditor
ListEditor
- Class in
org.apache.xbean.propertyeditor
Adapter for editing array types.
ListEditor()
- Constructor for class org.apache.xbean.propertyeditor.
ListEditor
LongEditor
- Class in
org.apache.xbean.propertyeditor
LongEditor()
- Constructor for class org.apache.xbean.propertyeditor.
LongEditor
M
MapEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for indirect property bundles.
MapEditor()
- Constructor for class org.apache.xbean.propertyeditor.
MapEditor
MapRecipe
- Class in
org.apache.xbean.recipe
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
MissingAccessorException
- Exception in
org.apache.xbean.recipe
MissingAccessorException(String, int)
- Constructor for exception org.apache.xbean.recipe.
MissingAccessorException
MissingFactoryMethodException
- Exception in
org.apache.xbean.recipe
MissingFactoryMethodException(String)
- Constructor for exception org.apache.xbean.recipe.
MissingFactoryMethodException
O
ObjectNameEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for
ObjectName
.
ObjectNameEditor()
- Constructor for class org.apache.xbean.propertyeditor.
ObjectNameEditor
ObjectRecipe
- Class in
org.apache.xbean.recipe
ObjectRecipe(Class)
- Constructor for class org.apache.xbean.recipe.
ObjectRecipe
ObjectRecipe(Class, String)
- Constructor for class org.apache.xbean.recipe.
ObjectRecipe
ObjectRecipe(Class, Map<String, Object>)
- 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<String, Object>)
- 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<String, Object>)
- Constructor for class org.apache.xbean.recipe.
ObjectRecipe
ObjectRecipe.FieldMember
- Class in
org.apache.xbean.recipe
ObjectRecipe.FieldMember(Field)
- Constructor for class org.apache.xbean.recipe.
ObjectRecipe.FieldMember
ObjectRecipe.Member
- Interface in
org.apache.xbean.recipe
ObjectRecipe.MethodMember
- Class in
org.apache.xbean.recipe
ObjectRecipe.MethodMember(Method)
- Constructor for class org.apache.xbean.recipe.
ObjectRecipe.MethodMember
Option
- Class in
org.apache.xbean.recipe
Option(String)
- Constructor for class org.apache.xbean.recipe.
Option
org.apache.xbean.propertyeditor
- package org.apache.xbean.propertyeditor
org.apache.xbean.recipe
- package org.apache.xbean.recipe
P
prioritizeProperties(Map<K, V>)
- Static method in class org.apache.xbean.recipe.
RecipeHelper
PRIVATE_PROPERTIES
- Static variable in class org.apache.xbean.recipe.
Option
PropertiesEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for indirect property bundles.
PropertiesEditor()
- Constructor for class org.apache.xbean.propertyeditor.
PropertiesEditor
PropertyEditorException
- Exception in
org.apache.xbean.propertyeditor
An exception for property editor conversion problems.
PropertyEditorException()
- Constructor for exception org.apache.xbean.propertyeditor.
PropertyEditorException
Default constructor for a PropertyException.
PropertyEditorException(Throwable)
- Constructor for exception org.apache.xbean.propertyeditor.
PropertyEditorException
PropertyEditorException with a wrappered inner exception.
PropertyEditorException(String)
- Constructor for exception org.apache.xbean.propertyeditor.
PropertyEditorException
A PropertyEditorException with just an error message.
PropertyEditorException(String, Throwable)
- Constructor for exception org.apache.xbean.propertyeditor.
PropertyEditorException
An exception with both a message and an internal exception.
PropertyEditors
- Class in
org.apache.xbean.propertyeditor
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 in
org.apache.xbean.recipe
RecipeHelper
- Class in
org.apache.xbean.recipe
RecipeHelper.RecipeComparator
- Class in
org.apache.xbean.recipe
RecipeHelper.RecipeComparator()
- Constructor for class org.apache.xbean.recipe.
RecipeHelper.RecipeComparator
ReferenceIdentityMap
- Class in
org.apache.xbean.propertyeditor
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
SecretRecipe
- Interface in
org.apache.xbean.recipe
setAllProperties(Map)
- Method in class org.apache.xbean.recipe.
ObjectRecipe
setAsText(String)
- Method in class org.apache.xbean.propertyeditor.
AbstractConverter
setAttributeName(String)
- Method in exception org.apache.xbean.recipe.
ConstructionException
setClassName(String)
- Method in exception org.apache.xbean.recipe.
ConstructionException
SetEditor
- Class in
org.apache.xbean.propertyeditor
Adapter for editing array types.
SetEditor()
- Constructor for class org.apache.xbean.propertyeditor.
SetEditor
setFieldProperty(String, Object)
- Method in class org.apache.xbean.recipe.
ObjectRecipe
setMethodProperty(String, Object)
- Method in class org.apache.xbean.recipe.
ObjectRecipe
setPrependAttributeName(String)
- Method in exception org.apache.xbean.recipe.
ConstructionException
setProperty(String, Object)
- Method in class org.apache.xbean.recipe.
ObjectRecipe
setStaticProperties(ClassLoader)
- Method in class org.apache.xbean.recipe.
ObjectRecipe
setValue(Object)
- Method in class org.apache.xbean.propertyeditor.
AbstractConverter
setValue(Object, Object)
- Method in class org.apache.xbean.recipe.
ObjectRecipe.FieldMember
setValue(Object, Object)
- Method in interface org.apache.xbean.recipe.
ObjectRecipe.Member
setValue(Object, Object)
- Method in class org.apache.xbean.recipe.
ObjectRecipe.MethodMember
ShortEditor
- Class in
org.apache.xbean.propertyeditor
ShortEditor()
- Constructor for class org.apache.xbean.propertyeditor.
ShortEditor
size()
- Method in class org.apache.xbean.propertyeditor.
ReferenceIdentityMap
Gets the size of the map.
SortedMapEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for indirect property bundles.
SortedMapEditor()
- Constructor for class org.apache.xbean.propertyeditor.
SortedMapEditor
SortedSetEditor
- Class in
org.apache.xbean.propertyeditor
Adapter for editing array types.
SortedSetEditor()
- Constructor for class org.apache.xbean.propertyeditor.
SortedSetEditor
STATIC_PROPERTIES
- Static variable in class org.apache.xbean.recipe.
Option
StaticRecipe
- Class in
org.apache.xbean.recipe
StaticRecipe(Object)
- Constructor for class org.apache.xbean.recipe.
StaticRecipe
StringEditor
- Class in
org.apache.xbean.propertyeditor
StringEditor()
- Constructor for class org.apache.xbean.propertyeditor.
StringEditor
T
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
toString()
- Method in class org.apache.xbean.recipe.
ObjectRecipe.FieldMember
toString()
- Method in class org.apache.xbean.recipe.
ObjectRecipe.MethodMember
toString()
- Method in class org.apache.xbean.recipe.
Option
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
TreeMapEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for indirect property bundles.
TreeMapEditor()
- Constructor for class org.apache.xbean.propertyeditor.
TreeMapEditor
TreeSetEditor
- Class in
org.apache.xbean.propertyeditor
Adapter for editing array types.
TreeSetEditor()
- Constructor for class org.apache.xbean.propertyeditor.
TreeSetEditor
U
UnsetPropertiesRecipe
- Class in
org.apache.xbean.recipe
UnsetPropertiesRecipe()
- Constructor for class org.apache.xbean.recipe.
UnsetPropertiesRecipe
URIEditor
- Class in
org.apache.xbean.propertyeditor
URIEditor()
- Constructor for class org.apache.xbean.propertyeditor.
URIEditor
URLEditor
- Class in
org.apache.xbean.propertyeditor
A property editor for URL typed properties.
URLEditor()
- Constructor for class org.apache.xbean.propertyeditor.
URLEditor
V
ValueRecipe
- Class in
org.apache.xbean.recipe
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
values()
- Method in class org.apache.xbean.propertyeditor.
ReferenceIdentityMap
VectorEditor
- Class in
org.apache.xbean.propertyeditor
Adapter for editing array types.
VectorEditor()
- Constructor for class org.apache.xbean.propertyeditor.
VectorEditor
W
WeakHashMapEditor
- Class in
org.apache.xbean.propertyeditor
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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2008
Apache Software Foundation
. All Rights Reserved.