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

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

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

Serialized Fields

list

List<E> list

type

String type

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

type

String type

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.ObjectRecipe extends AbstractRecipe implements Serializable

Serialized Fields

type

String type

factoryMethod

String factoryMethod

constructorArgNames

String[] constructorArgNames

constructorArgTypes

Class<T>[] constructorArgTypes

properties

LinkedHashMap<K,V> properties

options

List<E> options

unsetProperties

Map<K,V> unsetProperties

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

Serialized Fields

object

Object object

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

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

Serialized Fields

type

String type

value

String value



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.