Uses of Class
org.apache.xbean.propertyeditor.PropertyEditorRegistry
Packages that use PropertyEditorRegistry
-
Uses of PropertyEditorRegistry in org.apache.xbean.propertyeditor
Fields in org.apache.xbean.propertyeditor declared as PropertyEditorRegistryModifier and TypeFieldDescriptionprivate static final PropertyEditorRegistryPropertyEditors.REGISTRYDeprecated.Methods in org.apache.xbean.propertyeditor that return PropertyEditorRegistryModifier and TypeMethodDescriptionPropertyEditorRegistry.registerDefaults()static PropertyEditorRegistryPropertyEditors.registry()Deprecated. -
Uses of PropertyEditorRegistry in org.apache.xbean.recipe
Fields in org.apache.xbean.recipe declared as PropertyEditorRegistryModifier and TypeFieldDescriptionprivate PropertyEditorRegistryArrayRecipe.registryprivate PropertyEditorRegistryCollectionRecipe.registryprivate PropertyEditorRegistryMapRecipe.registryprivate PropertyEditorRegistryObjectRecipe.registryMethods in org.apache.xbean.recipe with parameters of type PropertyEditorRegistryModifier and TypeMethodDescriptionstatic ObjectRecipeHelper.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 FieldReflectionUtil.findField(Class typeClass, String propertyName, Object propertyValue, Set<Option> options, PropertyEditorRegistry registry) static MethodReflectionUtil.findSetter(Class typeClass, String propertyName, Object propertyValue, Set<Option> options, PropertyEditorRegistry registry) static booleanRecipeHelper.isConvertable(Type type, Object propertyValue, PropertyEditorRegistry registry) voidArrayRecipe.setRegistry(PropertyEditorRegistry registry) voidCollectionRecipe.setRegistry(PropertyEditorRegistry registry) voidMapRecipe.setRegistry(PropertyEditorRegistry registry) voidObjectRecipe.setRegistry(PropertyEditorRegistry registry)