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

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
 
add(Object) - Method in class org.apache.xbean.recipe.ArrayRecipe
 
add(Object) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
add(String, Object) - Method in class org.apache.xbean.recipe.DefaultRepository
Add an object instance to this repository.
add(String, Object) - Method in interface org.apache.xbean.recipe.Repository
Add an object to the repository.
addAll(Collection<?>) - Method in class org.apache.xbean.recipe.ArrayRecipe
 
addAll(Collection<?>) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
addObject(String, Object) - Method in class org.apache.xbean.recipe.DefaultExecutionContext
 
addObject(String, Object) - Method in class org.apache.xbean.recipe.ExecutionContext
Add an object to the repository.
addReference(Reference) - Method in class org.apache.xbean.recipe.DefaultExecutionContext
 
addReference(Reference) - Method in class org.apache.xbean.recipe.ExecutionContext
Adds a reference to an object to this context.
allow(Option) - Method in class org.apache.xbean.recipe.ArrayRecipe
 
allow(Option) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
allow(Option) - Method in class org.apache.xbean.recipe.MapRecipe
 
allow(Option) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
AllPropertiesRecipe - Class in org.apache.xbean.recipe
 
AllPropertiesRecipe() - Constructor for class org.apache.xbean.recipe.AllPropertiesRecipe
 
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
 
ArrayRecipe - Class in org.apache.xbean.recipe
 
ArrayRecipe() - Constructor for class org.apache.xbean.recipe.ArrayRecipe
 
ArrayRecipe(String) - Constructor for class org.apache.xbean.recipe.ArrayRecipe
 
ArrayRecipe(Class) - Constructor for class org.apache.xbean.recipe.ArrayRecipe
 
ArrayRecipe(ArrayRecipe) - Constructor for class org.apache.xbean.recipe.ArrayRecipe
 
AsmParameterNameLoader - Class in org.apache.xbean.recipe
Implementation of ParameterNameLoader that uses ASM to read the parameter names from the local variable table in the class byte code.
AsmParameterNameLoader() - Constructor for class org.apache.xbean.recipe.AsmParameterNameLoader
 

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(Type) - Method in class org.apache.xbean.recipe.AllPropertiesRecipe
 
canCreate(Type) - Method in class org.apache.xbean.recipe.ArrayRecipe
 
canCreate(Type) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
canCreate(Type) - Method in class org.apache.xbean.recipe.MapRecipe
 
canCreate(Type) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
canCreate(Type) - Method in interface org.apache.xbean.recipe.Recipe
 
canCreate(Type) - Method in class org.apache.xbean.recipe.ReferenceNameRecipe
 
canCreate(Type) - Method in class org.apache.xbean.recipe.ReferenceRecipe
 
canCreate(Type) - Method in class org.apache.xbean.recipe.StaticRecipe
Deprecated.  
canCreate(Type) - Method in class org.apache.xbean.recipe.UnsetPropertiesRecipe
 
CharacterEditor - Class in org.apache.xbean.propertyeditor
 
CharacterEditor() - Constructor for class org.apache.xbean.propertyeditor.CharacterEditor
 
CircularDependencyException - Exception in org.apache.xbean.recipe
 
CircularDependencyException(List<Recipe>) - Constructor for exception org.apache.xbean.recipe.CircularDependencyException
 
CircularDependencyException(String, List<Recipe>) - Constructor for exception org.apache.xbean.recipe.CircularDependencyException
 
CircularDependencyException(String, Throwable, List<Recipe>) - Constructor for exception org.apache.xbean.recipe.CircularDependencyException
 
CircularDependencyException(Throwable, List<Recipe>) - Constructor for exception org.apache.xbean.recipe.CircularDependencyException
 
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(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
 
CommonsLoggingConverter - Class in org.apache.xbean.propertyeditor
 
CommonsLoggingConverter() - Constructor for class org.apache.xbean.propertyeditor.CommonsLoggingConverter
 
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
 
contains(String) - Method in class org.apache.xbean.recipe.DefaultRepository
Does this repository contain a object with the specified name.
contains(String) - Method in interface org.apache.xbean.recipe.Repository
Does this repository contain a object with the specified name.
containsKey(Object) - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
Checks whether the map contains the specified key.
containsObject(String) - Method in class org.apache.xbean.recipe.DefaultExecutionContext
 
containsObject(String) - Method in class org.apache.xbean.recipe.ExecutionContext
Does this context contain a object with the specified name.
containsValue(Object) - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
Checks whether the map contains the specified value.
convert(Type, Object, boolean) - Static method in class org.apache.xbean.recipe.RecipeHelper
 
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.AbstractRecipe
 
create(Type, boolean) - Method in class org.apache.xbean.recipe.AbstractRecipe
 
create(String) - Method in class org.apache.xbean.recipe.ObjectGraph
 
create() - Method in interface org.apache.xbean.recipe.Recipe
 
create(ClassLoader) - Method in interface org.apache.xbean.recipe.Recipe
 
create(Type, boolean) - Method in interface org.apache.xbean.recipe.Recipe
 
create(Object...) - Method in class org.apache.xbean.recipe.ReflectionUtil.ConstructorFactory
 
create(Object...) - Method in interface org.apache.xbean.recipe.ReflectionUtil.Factory
 
create(Object...) - Method in class org.apache.xbean.recipe.ReflectionUtil.StaticFactory
 
create() - Method in class org.apache.xbean.recipe.StaticRecipe
Deprecated.  
create(ClassLoader) - Method in class org.apache.xbean.recipe.StaticRecipe
Deprecated.  
create(Type, boolean) - Method in class org.apache.xbean.recipe.StaticRecipe
Deprecated.  
createAll(String...) - Method in class org.apache.xbean.recipe.ObjectGraph
 
createAll(List<String>) - Method in class org.apache.xbean.recipe.ObjectGraph
 
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.GenericCollectionConverter
 
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.GenericMapConverter
 
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
 
DefaultExecutionContext - Class in org.apache.xbean.recipe
 
DefaultExecutionContext() - Constructor for class org.apache.xbean.recipe.DefaultExecutionContext
 
DefaultExecutionContext(Repository) - Constructor for class org.apache.xbean.recipe.DefaultExecutionContext
 
DefaultRepository - Class in org.apache.xbean.recipe
 
DefaultRepository() - Constructor for class org.apache.xbean.recipe.DefaultRepository
 
disallow(Option) - Method in class org.apache.xbean.recipe.ArrayRecipe
 
disallow(Option) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
disallow(Option) - Method in class org.apache.xbean.recipe.MapRecipe
 
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
 
entrySet() - Method in class org.apache.xbean.recipe.MapRecipe.DummyDictionaryAsMap
 
EnumConverter - Class in org.apache.xbean.propertyeditor
 
EnumConverter(Class) - Constructor for class org.apache.xbean.propertyeditor.EnumConverter
 
equals(Object) - Method in class org.apache.xbean.recipe.ObjectRecipe.Property
 
ExecutionContext - Class in org.apache.xbean.recipe
 
ExecutionContext() - Constructor for class org.apache.xbean.recipe.ExecutionContext
 

F

FileEditor - Class in org.apache.xbean.propertyeditor
A property editor for File.
FileEditor() - Constructor for class org.apache.xbean.propertyeditor.FileEditor
 
findAllFieldsByType(Class, Object, Set<Option>) - Static method in class org.apache.xbean.recipe.ReflectionUtil
 
findAllSetters(Class, String, Object, Set<Option>) - Static method in class org.apache.xbean.recipe.ReflectionUtil
Finds all valid setters for the property.
findAllSettersByType(Class, Object, Set<Option>) - Static method in class org.apache.xbean.recipe.ReflectionUtil
 
findConstructor(Class, List<? extends Class<?>>, Set<Option>) - Static method in class org.apache.xbean.recipe.ReflectionUtil
 
findConstructor(Class, List<String>, List<? extends Class<?>>, Set<String>, Set<Option>) - Static method in class org.apache.xbean.recipe.ReflectionUtil
 
findField(Class, String, Object, Set<Option>) - Static method in class org.apache.xbean.recipe.ReflectionUtil
 
findGetter(Class, String, Set<Option>) - Static method in class org.apache.xbean.recipe.ReflectionUtil
 
findInstanceFactory(Class, String, Set<Option>) - Static method in class org.apache.xbean.recipe.ReflectionUtil
 
findSetter(Class, String, Object, Set<Option>) - Static method in class org.apache.xbean.recipe.ReflectionUtil
 
findStaticFactory(Class, String, List<? extends Class<?>>, Set<Option>) - Static method in class org.apache.xbean.recipe.ReflectionUtil
 
findStaticFactory(Class, String, List<String>, List<? extends Class<?>>, Set<String>, Set<Option>) - Static method in class org.apache.xbean.recipe.ReflectionUtil
 
FloatEditor - Class in org.apache.xbean.propertyeditor
 
FloatEditor() - Constructor for class org.apache.xbean.propertyeditor.FloatEditor
 

G

GenericCollectionConverter - Class in org.apache.xbean.propertyeditor
 
GenericCollectionConverter(Class, PropertyEditor) - Constructor for class org.apache.xbean.propertyeditor.GenericCollectionConverter
 
GenericMapConverter - Class in org.apache.xbean.propertyeditor
 
GenericMapConverter(Class, PropertyEditor, PropertyEditor) - Constructor for class org.apache.xbean.propertyeditor.GenericMapConverter
 
get(Object) - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
Gets the value mapped to the key specified.
get(Method) - Method in class org.apache.xbean.recipe.AsmParameterNameLoader
Gets the parameter names of the specified method or null if the class was compiled without debug symbols on.
get(Constructor) - Method in class org.apache.xbean.recipe.AsmParameterNameLoader
Gets the parameter names of the specified constructor or null if the class was compiled without debug symbols on.
get(String) - Method in class org.apache.xbean.recipe.DefaultRepository
Gets the object or recipe with the specified name from this repository.
get(Method) - Method in interface org.apache.xbean.recipe.ParameterNameLoader
Gets the parameter names of the specified method or null if the class was compiled without debug symbols on.
get(Constructor) - Method in interface org.apache.xbean.recipe.ParameterNameLoader
Gets the parameter names of the specified constructor or null if the class was compiled without debug symbols on.
get() - Method in class org.apache.xbean.recipe.Reference
Gets the referenced object instance or null if the reference has not been resolved yet;
get(String) - Method in interface org.apache.xbean.recipe.Repository
Gets the object or recipe with the specified name from the repository.
get(Method) - Method in class org.apache.xbean.recipe.XbeanAsmParameterNameLoader
Gets the parameter names of the specified method or null if the class was compiled without debug symbols on.
get(Constructor) - Method in class org.apache.xbean.recipe.XbeanAsmParameterNameLoader
Gets the parameter names of the specified constructor or null if the class was compiled without debug symbols on.
getAll() - Method in class org.apache.xbean.recipe.ArrayRecipe
 
getAll() - Method in class org.apache.xbean.recipe.CollectionRecipe
 
getAllConstructorParameters(Class) - Method in class org.apache.xbean.recipe.AsmParameterNameLoader
Gets the parameter names of all constructor or null if the class was compiled without debug symbols on.
getAllConstructorParameters(Class) - Method in class org.apache.xbean.recipe.XbeanAsmParameterNameLoader
Gets the parameter names of all constructor or null if the class was compiled without debug symbols on.
getAllMethodParameters(Class, String) - Method in class org.apache.xbean.recipe.AsmParameterNameLoader
Gets the parameter names of all methods with the specified name or null if the class was compiled without debug symbols on.
getAllMethodParameters(Class, String) - Method in class org.apache.xbean.recipe.XbeanAsmParameterNameLoader
Gets the parameter names of all methods with the specified name or null if the class was compiled without debug symbols on.
getAsText() - Method in class org.apache.xbean.propertyeditor.AbstractConverter
 
getAttributeName() - Method in exception org.apache.xbean.recipe.ConstructionException
 
getCaller() - Static method in class org.apache.xbean.recipe.RecipeHelper
 
getCircularDependency() - Method in exception org.apache.xbean.recipe.CircularDependencyException
 
getClassLoader() - Method in class org.apache.xbean.recipe.DefaultExecutionContext
 
getClassLoader() - Method in class org.apache.xbean.recipe.ExecutionContext
Gets the class loader used for loading of all classes during the life of this execution context
getClassName() - Method in exception org.apache.xbean.recipe.ConstructionException
 
getConstructorArgNames() - Method in class org.apache.xbean.recipe.ObjectRecipe
 
getConstructorArgTypes() - Method in class org.apache.xbean.recipe.ObjectRecipe
 
getConstructorRecipes() - Method in class org.apache.xbean.recipe.AbstractRecipe
 
getConstructorRecipes() - Method in class org.apache.xbean.recipe.ArrayRecipe
 
getConstructorRecipes() - Method in class org.apache.xbean.recipe.CollectionRecipe
 
getConstructorRecipes() - Method in class org.apache.xbean.recipe.MapRecipe
 
getConstructorRecipes() - Method in class org.apache.xbean.recipe.ObjectRecipe
 
getConstructorRecipes() - Method in interface org.apache.xbean.recipe.Recipe
 
getConstructorRecipes() - Method in class org.apache.xbean.recipe.ReferenceNameRecipe
 
getConstructorRecipes() - Method in class org.apache.xbean.recipe.ReferenceRecipe
 
getConstructorRecipes() - Method in class org.apache.xbean.recipe.StaticRecipe
Deprecated.  
getContext() - Static method in class org.apache.xbean.recipe.ExecutionContext
 
getFactoryMethod() - Method in class org.apache.xbean.recipe.ObjectRecipe
 
getMatchLevel() - Method in exception org.apache.xbean.recipe.MissingAccessorException
 
getMessage() - Method in exception org.apache.xbean.recipe.ConstructionException
 
getName() - Method in class org.apache.xbean.recipe.AbstractRecipe
 
getName() - Method in exception org.apache.xbean.recipe.NoSuchObjectException
 
getName() - Method in interface org.apache.xbean.recipe.Recipe
 
getName() - Method in class org.apache.xbean.recipe.Reference
Gets the name of the referenced object.
getName() - Method in class org.apache.xbean.recipe.StaticRecipe
Deprecated.  
getNestedRecipes() - Method in class org.apache.xbean.recipe.AbstractRecipe
 
getNestedRecipes() - Method in class org.apache.xbean.recipe.ArrayRecipe
 
getNestedRecipes() - Method in class org.apache.xbean.recipe.CollectionRecipe
 
getNestedRecipes() - Method in class org.apache.xbean.recipe.MapRecipe
 
getNestedRecipes() - Method in class org.apache.xbean.recipe.ObjectRecipe
 
getNestedRecipes() - Method in interface org.apache.xbean.recipe.Recipe
 
getNestedRecipes() - Method in class org.apache.xbean.recipe.ReferenceNameRecipe
 
getNestedRecipes() - Method in class org.apache.xbean.recipe.ReferenceRecipe
 
getNestedRecipes() - Method in class org.apache.xbean.recipe.StaticRecipe
Deprecated.  
getObject(String) - Method in class org.apache.xbean.recipe.DefaultExecutionContext
 
getObject(String) - Method in class org.apache.xbean.recipe.ExecutionContext
Gets the object or recipe with the specified name from the repository.
getOptions() - Method in class org.apache.xbean.recipe.ObjectRecipe
 
getParameterNames() - Method in class org.apache.xbean.recipe.ReflectionUtil.ConstructorFactory
 
getParameterNames() - Method in interface org.apache.xbean.recipe.ReflectionUtil.Factory
 
getParameterNames(Constructor<?>) - Static method in class org.apache.xbean.recipe.ReflectionUtil
 
getParameterNames(Method) - Static method in class org.apache.xbean.recipe.ReflectionUtil
 
getParameterNames() - Method in class org.apache.xbean.recipe.ReflectionUtil.StaticFactory
 
getParameterTypes() - Method in class org.apache.xbean.recipe.ReflectionUtil.ConstructorFactory
 
getParameterTypes() - Method in interface org.apache.xbean.recipe.ReflectionUtil.Factory
 
getParameterTypes() - Method in class org.apache.xbean.recipe.ReflectionUtil.StaticFactory
 
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.StaticRecipe
Deprecated.  
getPriority() - Method in class org.apache.xbean.recipe.UnsetPropertiesRecipe
 
getProperties() - Method in class org.apache.xbean.recipe.ObjectRecipe
 
getProperty(String) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
getReferenceName() - Method in class org.apache.xbean.recipe.ReferenceNameRecipe
 
getReferenceName() - Method in class org.apache.xbean.recipe.ReferenceRecipe
 
getRepository() - Method in class org.apache.xbean.recipe.DefaultExecutionContext
 
getRepository() - Method in class org.apache.xbean.recipe.ObjectGraph
 
getStack() - Method in class org.apache.xbean.recipe.DefaultExecutionContext
 
getStack() - Method in class org.apache.xbean.recipe.ExecutionContext
Gets a snapshot of the current execution stack.
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 class org.apache.xbean.recipe.ObjectRecipe
 
getType() - Method in interface org.apache.xbean.recipe.ObjectRecipe.Member
 
getType() - Method in class org.apache.xbean.recipe.ObjectRecipe.MethodMember
 
getTypeParameters(Class, Type) - Static method in class org.apache.xbean.recipe.RecipeHelper
 
getUnresolvedRefs() - Method in class org.apache.xbean.recipe.DefaultExecutionContext
 
getUnresolvedRefs() - Method in class org.apache.xbean.recipe.ExecutionContext
Gets the unresolved references by name.
getUnresolvedRefs() - Method in exception org.apache.xbean.recipe.UnresolvedReferencesException
 
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(Type, String) - Static method in class org.apache.xbean.propertyeditor.PropertyEditors
 

H

hasDefaultConstructor(Class) - Static method in class org.apache.xbean.recipe.RecipeHelper
 
hashCode() - Method in class org.apache.xbean.recipe.ObjectRecipe.AutoMatchProperty
 
hashCode() - Method in class org.apache.xbean.recipe.ObjectRecipe.CompoundProperty
 
hashCode() - Method in class org.apache.xbean.recipe.ObjectRecipe.FieldProperty
 
hashCode() - Method in class org.apache.xbean.recipe.ObjectRecipe.Property
 
hashCode() - Method in class org.apache.xbean.recipe.ObjectRecipe.SetterProperty
 
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
 
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
 
internalCreate(Type, boolean) - Method in class org.apache.xbean.recipe.AbstractRecipe
 
internalCreate(Type, boolean) - Method in class org.apache.xbean.recipe.AllPropertiesRecipe
 
internalCreate(Type, boolean) - Method in class org.apache.xbean.recipe.ArrayRecipe
 
internalCreate(Type, boolean) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
internalCreate(Type, boolean) - Method in class org.apache.xbean.recipe.MapRecipe
 
internalCreate(Type, boolean) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
internalCreate(Type, boolean) - Method in class org.apache.xbean.recipe.ReferenceNameRecipe
 
internalCreate(Type, boolean) - Method in class org.apache.xbean.recipe.ReferenceRecipe
 
internalCreate(Type, boolean) - Method in class org.apache.xbean.recipe.UnsetPropertiesRecipe
 
isAssignable(Type, Type) - Static method in class org.apache.xbean.recipe.RecipeHelper
 
isAssignableFrom(Class, Class) - Static method in class org.apache.xbean.recipe.RecipeHelper
 
isAssignableFrom(List<? extends Class<?>>, List<? extends Class<?>>) - Static method in class org.apache.xbean.recipe.RecipeHelper
 
isContextSet() - Static method in class org.apache.xbean.recipe.ExecutionContext
 
isConvertable(Type, Object) - 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(Type, Object) - Static method in class org.apache.xbean.recipe.RecipeHelper
 
isRegisterWithVM() - Static method in class org.apache.xbean.propertyeditor.PropertyEditors
Are converters registered with the VM PropertyEditorManager.
isResolved() - Method in class org.apache.xbean.recipe.Reference
Has this reference been resolved?
isSimpleType(Object) - Static method in class org.apache.xbean.recipe.RecipeHelper
 

J

JndiConverter - Class in org.apache.xbean.propertyeditor
 
JndiConverter() - Constructor for class org.apache.xbean.propertyeditor.JndiConverter
 

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
 
loadClass(String) - Static method in class org.apache.xbean.recipe.RecipeHelper
 
Log4jConverter - Class in org.apache.xbean.propertyeditor
 
Log4jConverter() - Constructor for class org.apache.xbean.propertyeditor.Log4jConverter
 
LoggerConverter - Class in org.apache.xbean.propertyeditor
 
LoggerConverter() - Constructor for class org.apache.xbean.propertyeditor.LoggerConverter
 
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(MapRecipe) - Constructor for class org.apache.xbean.recipe.MapRecipe
 
MapRecipe.DummyDictionaryAsMap - Class in org.apache.xbean.recipe
 
MapRecipe.DummyDictionaryAsMap(Dictionary) - Constructor for class org.apache.xbean.recipe.MapRecipe.DummyDictionaryAsMap
 
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
 

N

NoSuchObjectException - Exception in org.apache.xbean.recipe
 
NoSuchObjectException(String) - Constructor for exception org.apache.xbean.recipe.NoSuchObjectException
 
NoSuchObjectException(Throwable, String) - Constructor for exception org.apache.xbean.recipe.NoSuchObjectException
 

O

ObjectGraph - Class in org.apache.xbean.recipe
 
ObjectGraph() - Constructor for class org.apache.xbean.recipe.ObjectGraph
 
ObjectGraph(Repository) - Constructor for class org.apache.xbean.recipe.ObjectGraph
 
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[]) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(Class, String[], Class[]) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(Class, String, String[]) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(Class, String, String[], Class[]) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(Class, String, String[], Class[], Map<String, Object>) - 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[]) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(String, String[], Class[]) - Constructor for class org.apache.xbean.recipe.ObjectRecipe
 
ObjectRecipe(String, String, String[]) - 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.AutoMatchProperty - Class in org.apache.xbean.recipe
 
ObjectRecipe.AutoMatchProperty(String) - Constructor for class org.apache.xbean.recipe.ObjectRecipe.AutoMatchProperty
 
ObjectRecipe.CompoundProperty - Class in org.apache.xbean.recipe
 
ObjectRecipe.CompoundProperty(String) - Constructor for class org.apache.xbean.recipe.ObjectRecipe.CompoundProperty
 
ObjectRecipe.FieldMember - Class in org.apache.xbean.recipe
 
ObjectRecipe.FieldMember(Field) - Constructor for class org.apache.xbean.recipe.ObjectRecipe.FieldMember
 
ObjectRecipe.FieldProperty - Class in org.apache.xbean.recipe
 
ObjectRecipe.FieldProperty(String) - Constructor for class org.apache.xbean.recipe.ObjectRecipe.FieldProperty
 
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
 
ObjectRecipe.Property - Class in org.apache.xbean.recipe
 
ObjectRecipe.Property(String) - Constructor for class org.apache.xbean.recipe.ObjectRecipe.Property
 
ObjectRecipe.SetterProperty - Class in org.apache.xbean.recipe
 
ObjectRecipe.SetterProperty(String) - Constructor for class org.apache.xbean.recipe.ObjectRecipe.SetterProperty
 
onSet(Reference) - Method in interface org.apache.xbean.recipe.Reference.Action
 
Option - Enum in org.apache.xbean.recipe
 
org.apache.xbean.propertyeditor - package org.apache.xbean.propertyeditor
 
org.apache.xbean.recipe - package org.apache.xbean.recipe
 

P

ParameterNameLoader - Interface in org.apache.xbean.recipe
Determines the parameter names of Constructors or Methods.
ParameterNames - Annotation Type in org.apache.xbean.recipe
ParameterNames explicitly declared the names of a constructor parameters.
PatternConverter - Class in org.apache.xbean.propertyeditor
 
PatternConverter() - Constructor for class org.apache.xbean.propertyeditor.PatternConverter
 
pop() - Method in class org.apache.xbean.recipe.DefaultExecutionContext
 
pop() - Method in class org.apache.xbean.recipe.ExecutionContext
Removes the top recipe from the execution stack.
prioritizeProperties(Map<K, V>) - Static method in class org.apache.xbean.recipe.RecipeHelper
 
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
 
push(Recipe) - Method in class org.apache.xbean.recipe.DefaultExecutionContext
 
push(Recipe) - Method in class org.apache.xbean.recipe.ExecutionContext
Adds a recipe to the top of the execution stack.
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.DummyDictionaryAsMap
 
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
 
RecipeVisitor - Interface in org.apache.xbean.recipe
 
Reference - Class in org.apache.xbean.recipe
Reference is a named (lazy) reference from one object to another.
Reference(String) - Constructor for class org.apache.xbean.recipe.Reference
Create a reference to the specified name.
Reference.Action - Interface in org.apache.xbean.recipe
 
ReferenceIdentityMap - Class in org.apache.xbean.propertyeditor
Streamlined version of a WeakIdentityHashMap.
ReferenceIdentityMap() - Constructor for class org.apache.xbean.propertyeditor.ReferenceIdentityMap
 
ReferenceNameRecipe - Class in org.apache.xbean.recipe
 
ReferenceNameRecipe(String) - Constructor for class org.apache.xbean.recipe.ReferenceNameRecipe
 
ReferenceRecipe - Class in org.apache.xbean.recipe
 
ReferenceRecipe() - Constructor for class org.apache.xbean.recipe.ReferenceRecipe
 
ReferenceRecipe(String) - Constructor for class org.apache.xbean.recipe.ReferenceRecipe
 
ReflectionUtil - Class in org.apache.xbean.recipe
 
ReflectionUtil.ConstructorFactory - Class in org.apache.xbean.recipe
 
ReflectionUtil.ConstructorFactory(Constructor, List<String>) - Constructor for class org.apache.xbean.recipe.ReflectionUtil.ConstructorFactory
 
ReflectionUtil.Factory - Interface in org.apache.xbean.recipe
 
ReflectionUtil.StaticFactory - Class in org.apache.xbean.recipe
 
ReflectionUtil.StaticFactory(Method, List<String>) - Constructor for class org.apache.xbean.recipe.ReflectionUtil.StaticFactory
 
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.
remove(Object) - Method in class org.apache.xbean.recipe.ArrayRecipe
 
remove(Object) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
removeAll(Object) - Method in class org.apache.xbean.recipe.ArrayRecipe
 
removeAll(Object) - Method in class org.apache.xbean.recipe.CollectionRecipe
 
Repository - Interface in org.apache.xbean.recipe
 

S

set(Object) - Method in class org.apache.xbean.recipe.Reference
Sets the referenced object instance.
setAction(Reference.Action) - Method in class org.apache.xbean.recipe.Reference
Registers an action to invoke when the instance is set.
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
 
setAutoMatchProperty(String, Object) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setClassName(String) - Method in exception org.apache.xbean.recipe.ConstructionException
 
setCompoundProperty(String, Object) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setConstructorArgNames(String[]) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setConstructorArgNames(List<String>) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setConstructorArgTypes(Class[]) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setConstructorArgTypes(List<? extends Class<?>>) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setContext(ExecutionContext) - Static method in class org.apache.xbean.recipe.ExecutionContext
 
SetEditor - Class in org.apache.xbean.propertyeditor
Adapter for editing array types.
SetEditor() - Constructor for class org.apache.xbean.propertyeditor.SetEditor
 
setFactoryMethod(String) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setFieldProperty(String, Object) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setMethodProperty(String, Object) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setName(String) - Method in class org.apache.xbean.recipe.AbstractRecipe
 
setPrependAttributeName(String) - Method in exception org.apache.xbean.recipe.ConstructionException
 
setProperties(Object) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setProperty(String, Object) - Method in class org.apache.xbean.recipe.ObjectRecipe
 
setReferenceName(String) - Method in class org.apache.xbean.recipe.ReferenceRecipe
 
setRegisterWithVM(boolean) - Static method in class org.apache.xbean.propertyeditor.PropertyEditors
Sets if converters registered with the VM PropertyEditorManager.
setRepository(Repository) - Method in class org.apache.xbean.recipe.DefaultExecutionContext
 
setRepository(Repository) - Method in class org.apache.xbean.recipe.ObjectGraph
 
setStaticProperties() - 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
 
StaticRecipe - Class in org.apache.xbean.recipe
Deprecated. The functionality of StaticRecipe is built into ObjectRecipe as of xbean-reflect 3.4
StaticRecipe(Object) - Constructor for class org.apache.xbean.recipe.StaticRecipe
Deprecated.  
StringEditor - Class in org.apache.xbean.propertyeditor
 
StringEditor() - Constructor for class org.apache.xbean.propertyeditor.StringEditor
 

T

toClass(Type) - Static method in class org.apache.xbean.recipe.RecipeHelper
 
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.CommonsLoggingConverter
 
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.EnumConverter
 
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.JndiConverter
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.Log4jConverter
 
toObjectImpl(String) - Method in class org.apache.xbean.propertyeditor.LoggerConverter
 
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.PatternConverter
 
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.AbstractRecipe
 
toString() - Method in class org.apache.xbean.recipe.ObjectRecipe.AutoMatchProperty
 
toString() - Method in class org.apache.xbean.recipe.ObjectRecipe.CompoundProperty
 
toString() - Method in class org.apache.xbean.recipe.ObjectRecipe.FieldMember
 
toString() - Method in class org.apache.xbean.recipe.ObjectRecipe.FieldProperty
 
toString() - Method in class org.apache.xbean.recipe.ObjectRecipe.MethodMember
 
toString() - Method in class org.apache.xbean.recipe.ObjectRecipe.Property
 
toString() - Method in class org.apache.xbean.recipe.ObjectRecipe.SetterProperty
 
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

UnresolvedReferencesException - Exception in org.apache.xbean.recipe
 
UnresolvedReferencesException(Map<String, List<Reference>>) - Constructor for exception org.apache.xbean.recipe.UnresolvedReferencesException
 
UnresolvedReferencesException(String, Map<String, List<Reference>>) - Constructor for exception org.apache.xbean.recipe.UnresolvedReferencesException
 
UnresolvedReferencesException(String, Throwable, Map<String, List<Reference>>) - Constructor for exception org.apache.xbean.recipe.UnresolvedReferencesException
 
UnresolvedReferencesException(Throwable, Map<String, List<Reference>>) - Constructor for exception org.apache.xbean.recipe.UnresolvedReferencesException
 
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

valueOf(String) - Static method in enum org.apache.xbean.recipe.Option
Returns the enum constant of this type with the specified name.
values() - Method in class org.apache.xbean.propertyeditor.ReferenceIdentityMap
 
values() - Static method in enum org.apache.xbean.recipe.Option
Returns an array containing the constants of this enum type, in the order they are declared.
VectorEditor - Class in org.apache.xbean.propertyeditor
Adapter for editing array types.
VectorEditor() - Constructor for class org.apache.xbean.propertyeditor.VectorEditor
 
visit(Recipe) - Method in interface org.apache.xbean.recipe.RecipeVisitor
 

W

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

X

XbeanAsmParameterNameLoader - Class in org.apache.xbean.recipe
Implementation of ParameterNameLoader that uses ASM to read the parameter names from the local variable table in the class byte code.
XbeanAsmParameterNameLoader() - Constructor for class org.apache.xbean.recipe.XbeanAsmParameterNameLoader
 

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

Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.