- 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
-
- getEditor() - Method in class org.apache.xbean.propertyeditor.AbstractCollectionConverter
-
- getEditor() - Method in class org.apache.xbean.propertyeditor.PrototypeArrayConverter
-
- 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
-
- getRegistry() - Method in class org.apache.xbean.propertyeditor.PropertyEditorRegistry
-
- 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) - Method in class org.apache.xbean.propertyeditor.PropertyEditorRegistry
-
- getValue(Type, String) - Method in class org.apache.xbean.propertyeditor.PropertyEditorRegistry
-
- getValue(String, String, ClassLoader) - Static method in class org.apache.xbean.propertyeditor.PropertyEditors
-
Deprecated.
- getValue(Type, String) - Static method in class org.apache.xbean.propertyeditor.PropertyEditors
-
Deprecated.