Serialized Form


Package org.apache.xbean.propertyeditor

Class org.apache.xbean.propertyeditor.PropertyEditorException extends java.lang.RuntimeException implements Serializable


Package org.apache.xbean.recipe

Class org.apache.xbean.recipe.AbstractRecipe extends java.lang.Object implements Serializable

Serialized Fields

id

long id

name

java.lang.String name

Class org.apache.xbean.recipe.AllPropertiesRecipe extends AbstractRecipe implements Serializable

Class org.apache.xbean.recipe.ArrayRecipe extends AbstractRecipe implements Serializable

Serialized Fields

list

java.util.List<E> list

typeName

java.lang.String typeName

typeClass

java.lang.Class<T> typeClass

options

java.util.EnumSet<E extends java.lang.Enum<E>> options

Class org.apache.xbean.recipe.CircularDependencyException extends ConstructionException implements Serializable

Serialized Fields

circularDependency

java.util.List<E> circularDependency

Class org.apache.xbean.recipe.CollectionRecipe extends AbstractRecipe implements Serializable

Serialized Fields

list

java.util.List<E> list

typeName

java.lang.String typeName

typeClass

java.lang.Class<T> typeClass

options

java.util.EnumSet<E extends java.lang.Enum<E>> options

Class org.apache.xbean.recipe.ConstructionException extends java.lang.RuntimeException implements Serializable

Serialized Fields

className

java.lang.String className

attributeName

java.lang.String attributeName

Class org.apache.xbean.recipe.MapRecipe extends AbstractRecipe implements Serializable

Serialized Fields

entries

java.util.List<E> entries

typeName

java.lang.String typeName

typeClass

java.lang.Class<T> typeClass

options

java.util.EnumSet<E extends java.lang.Enum<E>> options

Class org.apache.xbean.recipe.MissingAccessorException extends ConstructionException implements Serializable

Serialized Fields

matchLevel

int matchLevel

Class org.apache.xbean.recipe.MissingFactoryMethodException extends ConstructionException implements Serializable

Class org.apache.xbean.recipe.NoSuchObjectException extends ConstructionException implements Serializable

Serialized Fields

name

java.lang.String name

Class org.apache.xbean.recipe.ObjectRecipe extends AbstractRecipe implements Serializable

Serialized Fields

typeName

java.lang.String typeName

typeClass

java.lang.Class<T> typeClass

factoryMethod

java.lang.String factoryMethod

constructorArgNames

java.util.List<E> constructorArgNames

constructorArgTypes

java.util.List<E> constructorArgTypes

properties

java.util.LinkedHashMap<K,V> properties

options

java.util.EnumSet<E extends java.lang.Enum<E>> options

unsetProperties

java.util.Map<K,V> unsetProperties

Class org.apache.xbean.recipe.ReferenceNameRecipe extends AbstractRecipe implements Serializable

Serialized Fields

referenceName

java.lang.String referenceName

Class org.apache.xbean.recipe.ReferenceRecipe extends AbstractRecipe implements Serializable

Serialized Fields

referenceName

java.lang.String referenceName

Class org.apache.xbean.recipe.StaticRecipe extends java.lang.Object implements Serializable

Serialized Fields

object

java.lang.Object object
Deprecated. 

Class org.apache.xbean.recipe.UnresolvedReferencesException extends ConstructionException implements Serializable

Serialized Fields

unresolvedRefs

java.util.Map<K,V> unresolvedRefs

Class org.apache.xbean.recipe.UnsetPropertiesRecipe extends AbstractRecipe implements Serializable



Copyright © 2005-2010. All Rights Reserved.