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