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 classObjectRecipe.AutoMatchPropertystatic classObjectRecipe.CompoundPropertystatic classObjectRecipe.FieldPropertystatic classObjectRecipe.SetterPropertyFields 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. propertiesMethods in org.apache.xbean.recipe with parameters of type ObjectRecipe.Property Modifier and Type Method Description private voidObjectRecipe. setProperty(java.lang.Object instance, java.lang.Class clazz, ObjectRecipe.Property propertyName, java.lang.Object propertyValue)private voidObjectRecipe. 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 voidObjectRecipe. setProperties(java.util.Map<ObjectRecipe.Property,java.lang.Object> propertyValues, java.lang.Object instance, java.lang.Class clazz)
-