Uses of Class
org.apache.xbean.propertyeditor.PropertyEditorRegistry
-
Packages that use PropertyEditorRegistry Package Description org.apache.xbean.propertyeditor org.apache.xbean.recipe -
-
Uses of PropertyEditorRegistry in org.apache.xbean.propertyeditor
Fields in org.apache.xbean.propertyeditor declared as PropertyEditorRegistry Modifier and Type Field Description private static PropertyEditorRegistry
PropertyEditors. REGISTRY
Deprecated.Methods in org.apache.xbean.propertyeditor that return PropertyEditorRegistry Modifier and Type Method Description PropertyEditorRegistry
PropertyEditorRegistry. registerDefaults()
static PropertyEditorRegistry
PropertyEditors. registry()
Deprecated. -
Uses of PropertyEditorRegistry in org.apache.xbean.recipe
Fields in org.apache.xbean.recipe declared as PropertyEditorRegistry Modifier and Type Field Description private PropertyEditorRegistry
ArrayRecipe. registry
private PropertyEditorRegistry
CollectionRecipe. registry
private PropertyEditorRegistry
MapRecipe. registry
private PropertyEditorRegistry
ObjectRecipe. registry
Methods in org.apache.xbean.recipe with parameters of type PropertyEditorRegistry Modifier and Type Method Description static java.lang.Object
RecipeHelper. convert(java.lang.reflect.Type expectedType, java.lang.Object value, boolean lazyRefAllowed, PropertyEditorRegistry registry)
static java.util.List<java.lang.reflect.Field>
ReflectionUtil. findAllFieldsByType(java.lang.Class typeClass, java.lang.Object propertyValue, java.util.Set<Option> options, PropertyEditorRegistry registry)
static java.util.List<java.lang.reflect.Method>
ReflectionUtil. findAllSetters(java.lang.Class typeClass, java.lang.String propertyName, java.lang.Object propertyValue, java.util.Set<Option> options, PropertyEditorRegistry registry)
Finds all valid setters for the property.static java.util.List<java.lang.reflect.Method>
ReflectionUtil. findAllSettersByType(java.lang.Class typeClass, java.lang.Object propertyValue, java.util.Set<Option> options, PropertyEditorRegistry registry)
static java.lang.reflect.Field
ReflectionUtil. findField(java.lang.Class typeClass, java.lang.String propertyName, java.lang.Object propertyValue, java.util.Set<Option> options, PropertyEditorRegistry registry)
static java.lang.reflect.Method
ReflectionUtil. findSetter(java.lang.Class typeClass, java.lang.String propertyName, java.lang.Object propertyValue, java.util.Set<Option> options, PropertyEditorRegistry registry)
static boolean
RecipeHelper. isConvertable(java.lang.reflect.Type type, java.lang.Object propertyValue, PropertyEditorRegistry registry)
void
ArrayRecipe. setRegistry(PropertyEditorRegistry registry)
void
CollectionRecipe. setRegistry(PropertyEditorRegistry registry)
void
MapRecipe. setRegistry(PropertyEditorRegistry registry)
void
ObjectRecipe. setRegistry(PropertyEditorRegistry registry)
-