Serialized Form
-
Package org.apache.xbean.propertyeditor
-
Exception org.apache.xbean.propertyeditor.PropertyEditorException
class PropertyEditorException extends RuntimeException implements Serializable
-
-
Package org.apache.xbean.recipe
-
Class org.apache.xbean.recipe.AbstractRecipe
class AbstractRecipe extends Object implements Serializable-
Serialized Fields
-
id
long id
-
name
String name
-
-
-
Class org.apache.xbean.recipe.AllPropertiesRecipe
class AllPropertiesRecipe extends AbstractRecipe implements Serializable -
Class org.apache.xbean.recipe.ArrayRecipe
class ArrayRecipe extends AbstractRecipe implements Serializable -
Exception org.apache.xbean.recipe.CircularDependencyException
class CircularDependencyException extends ConstructionException implements Serializable -
Class org.apache.xbean.recipe.CollectionRecipe
class CollectionRecipe extends AbstractRecipe implements Serializable -
Exception org.apache.xbean.recipe.ConstructionException
class ConstructionException extends RuntimeException implements Serializable -
Class org.apache.xbean.recipe.MapRecipe
class MapRecipe extends AbstractRecipe implements Serializable -
Exception org.apache.xbean.recipe.MissingAccessorException
class MissingAccessorException extends ConstructionException implements Serializable-
Serialized Fields
-
matchLevel
int matchLevel
-
-
-
Exception org.apache.xbean.recipe.MissingFactoryMethodException
class MissingFactoryMethodException extends ConstructionException implements Serializable -
Exception org.apache.xbean.recipe.NoSuchObjectException
class NoSuchObjectException extends ConstructionException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.apache.xbean.recipe.ObjectRecipe
class ObjectRecipe extends AbstractRecipe implements Serializable-
Serialized Fields
-
constructorArgNames
List<String> constructorArgNames
-
constructorArgTypes
List<Class<?>> constructorArgTypes
-
factoryMethod
String factoryMethod
-
options
EnumSet<Option> options
-
properties
LinkedHashMap<ObjectRecipe.Property,
Object> properties -
registry
PropertyEditorRegistry registry
-
typeClass
Class typeClass
-
typeName
String typeName
-
unsetProperties
Map<String,
Object> unsetProperties
-
-
-
Class org.apache.xbean.recipe.ReferenceNameRecipe
class ReferenceNameRecipe extends AbstractRecipe implements Serializable-
Serialized Fields
-
referenceName
String referenceName
-
-
-
Class org.apache.xbean.recipe.ReferenceRecipe
class ReferenceRecipe extends AbstractRecipe implements Serializable-
Serialized Fields
-
referenceName
String referenceName
-
-
-
Class org.apache.xbean.recipe.StaticRecipe
class StaticRecipe extends Object implements Serializable-
Serialized Fields
-
object
Object object
Deprecated.
-
-
-
Exception org.apache.xbean.recipe.UnresolvedReferencesException
class UnresolvedReferencesException extends ConstructionException implements Serializable -
Class org.apache.xbean.recipe.UnsetPropertiesRecipe
class UnsetPropertiesRecipe extends AbstractRecipe implements Serializable
-