Serialized Form


Package org.apache.xbean.propertyeditor

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


Package org.apache.xbean.recipe

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

Serialized Fields

id

long id

name

String name

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

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

Serialized Fields

circularDependency

List<E> circularDependency

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

Serialized Fields

list

List<E> list

typeName

String typeName

typeClass

Class<T> typeClass

options

EnumSet<E extends Enum<E>> options

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

Serialized Fields

className

String className

attributeName

String attributeName

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

Serialized Fields

entries

List<E> entries

typeName

String typeName

typeClass

Class<T> typeClass

options

EnumSet<E extends 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

String name

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

Serialized Fields

typeName

String typeName

typeClass

Class<T> typeClass

factoryMethod

String factoryMethod

constructorArgNames

List<E> constructorArgNames

constructorArgTypes

List<E> constructorArgTypes

properties

LinkedHashMap<K,V> properties

options

EnumSet<E extends Enum<E>> options

unsetProperties

Map<K,V> unsetProperties

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

Serialized Fields

referenceName

String referenceName

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

Serialized Fields

object

Object object
Deprecated. 

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

Serialized Fields

unresolvedRefs

Map<K,V> unresolvedRefs

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



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