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
Methods in org.apache.xbean.propertyeditor that return PropertyEditorRegistry Modifier and Type Method Description PropertyEditorRegistryPropertyEditorRegistry. registerDefaults()static PropertyEditorRegistryPropertyEditors. registry()Deprecated. -
Uses of PropertyEditorRegistry in org.apache.xbean.recipe
Methods in org.apache.xbean.recipe with parameters of type PropertyEditorRegistry Modifier and Type Method Description static java.lang.ObjectRecipeHelper. 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.FieldReflectionUtil. findField(java.lang.Class typeClass, java.lang.String propertyName, java.lang.Object propertyValue, java.util.Set<Option> options, PropertyEditorRegistry registry)static java.lang.reflect.MethodReflectionUtil. findSetter(java.lang.Class typeClass, java.lang.String propertyName, java.lang.Object propertyValue, java.util.Set<Option> options, PropertyEditorRegistry registry)static booleanRecipeHelper. isConvertable(java.lang.reflect.Type type, java.lang.Object propertyValue, PropertyEditorRegistry registry)voidArrayRecipe. setRegistry(PropertyEditorRegistry registry)voidCollectionRecipe. setRegistry(PropertyEditorRegistry registry)voidMapRecipe. setRegistry(PropertyEditorRegistry registry)voidObjectRecipe. setRegistry(PropertyEditorRegistry registry)
-