Uses of Class
org.apache.xbean.recipe.ObjectRecipe.Property
-
Packages that use ObjectRecipe.Property Package Description org.apache.xbean.recipe -
-
Uses of ObjectRecipe.Property in org.apache.xbean.recipe
Subclasses of ObjectRecipe.Property in org.apache.xbean.recipe Modifier and Type Class Description static class
ObjectRecipe.AutoMatchProperty
static class
ObjectRecipe.CompoundProperty
static class
ObjectRecipe.FieldProperty
static class
ObjectRecipe.SetterProperty
Fields in org.apache.xbean.recipe with type parameters of type ObjectRecipe.Property Modifier and Type Field Description private java.util.LinkedHashMap<ObjectRecipe.Property,java.lang.Object>
ObjectRecipe. properties
Methods in org.apache.xbean.recipe with parameters of type ObjectRecipe.Property Modifier and Type Method Description private void
ObjectRecipe. setProperty(java.lang.Object instance, java.lang.Class clazz, ObjectRecipe.Property propertyName, java.lang.Object propertyValue)
private void
ObjectRecipe. setProperty(ObjectRecipe.Property key, java.lang.Object value)
Method parameters in org.apache.xbean.recipe with type arguments of type ObjectRecipe.Property Modifier and Type Method Description private void
ObjectRecipe. setProperties(java.util.Map<ObjectRecipe.Property,java.lang.Object> propertyValues, java.lang.Object instance, java.lang.Class clazz)
-