Package | Description |
---|---|
org.apache.xbean.propertyeditor | |
org.apache.xbean.recipe |
Modifier and Type | Method and Description |
---|---|
PropertyEditorRegistry |
PropertyEditorRegistry.registerDefaults() |
static PropertyEditorRegistry |
PropertyEditors.registry()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Object |
RecipeHelper.convert(Type expectedType,
Object value,
boolean lazyRefAllowed,
PropertyEditorRegistry registry) |
static List<Field> |
ReflectionUtil.findAllFieldsByType(Class typeClass,
Object propertyValue,
Set<Option> options,
PropertyEditorRegistry registry) |
static List<Method> |
ReflectionUtil.findAllSetters(Class typeClass,
String propertyName,
Object propertyValue,
Set<Option> options,
PropertyEditorRegistry registry)
Finds all valid setters for the property.
|
static List<Method> |
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 |
CollectionRecipe.setRegistry(PropertyEditorRegistry registry) |
void |
ArrayRecipe.setRegistry(PropertyEditorRegistry registry) |
void |
MapRecipe.setRegistry(PropertyEditorRegistry registry) |
void |
ObjectRecipe.setRegistry(PropertyEditorRegistry registry) |
Copyright © 2005–2019. All rights reserved.