Package | Description |
---|---|
org.apache.xbean.recipe |
Modifier and Type | Class and Description |
---|---|
static class |
ObjectRecipe.AutoMatchProperty |
static class |
ObjectRecipe.CompoundProperty |
static class |
ObjectRecipe.FieldProperty |
static class |
ObjectRecipe.SetterProperty |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedHashMap<ObjectRecipe.Property,java.lang.Object> |
ObjectRecipe.properties |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
private void |
ObjectRecipe.setProperties(java.util.Map<ObjectRecipe.Property,java.lang.Object> propertyValues,
java.lang.Object instance,
java.lang.Class clazz) |