Uses of Class
org.apache.xbean.recipe.ObjectRecipe.Property
Packages that use ObjectRecipe.Property
-
Uses of ObjectRecipe.Property in org.apache.xbean.recipe
Subclasses of ObjectRecipe.Property in org.apache.xbean.recipeModifier and TypeClassDescriptionstatic class
static class
static class
static class
Fields in org.apache.xbean.recipe with type parameters of type ObjectRecipe.PropertyModifier and TypeFieldDescriptionprivate final LinkedHashMap
<ObjectRecipe.Property, Object> ObjectRecipe.properties
Methods in org.apache.xbean.recipe with parameters of type ObjectRecipe.PropertyModifier and TypeMethodDescriptionprivate void
ObjectRecipe.setProperty
(Object instance, Class clazz, ObjectRecipe.Property propertyName, Object propertyValue) private void
ObjectRecipe.setProperty
(ObjectRecipe.Property key, Object value) Method parameters in org.apache.xbean.recipe with type arguments of type ObjectRecipe.PropertyModifier and TypeMethodDescriptionprivate void
ObjectRecipe.setProperties
(Map<ObjectRecipe.Property, Object> propertyValues, Object instance, Class clazz)