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 classstatic classstatic classstatic classFields in org.apache.xbean.recipe with type parameters of type ObjectRecipe.PropertyModifier and TypeFieldDescriptionprivate final LinkedHashMap<ObjectRecipe.Property, Object> ObjectRecipe.propertiesMethods in org.apache.xbean.recipe with parameters of type ObjectRecipe.PropertyModifier and TypeMethodDescriptionprivate voidObjectRecipe.setProperty(Object instance, Class clazz, ObjectRecipe.Property propertyName, Object propertyValue) private voidObjectRecipe.setProperty(ObjectRecipe.Property key, Object value) Method parameters in org.apache.xbean.recipe with type arguments of type ObjectRecipe.PropertyModifier and TypeMethodDescriptionprivate voidObjectRecipe.setProperties(Map<ObjectRecipe.Property, Object> propertyValues, Object instance, Class clazz)