Package | Description |
---|---|
org.apache.xbean.recipe |
Modifier and Type | Method and Description |
---|---|
static Option |
Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Option[] |
Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Option> |
ObjectRecipe.getOptions() |
Modifier and Type | Method and Description |
---|---|
void |
MapRecipe.allow(Option option) |
void |
CollectionRecipe.allow(Option option) |
void |
ArrayRecipe.allow(Option option) |
void |
ObjectRecipe.allow(Option option) |
void |
MapRecipe.disallow(Option option) |
void |
CollectionRecipe.disallow(Option option) |
void |
ArrayRecipe.disallow(Option option) |
void |
ObjectRecipe.disallow(Option option) |
Modifier and Type | Method and Description |
---|---|
static List<Field> |
ReflectionUtil.findAllFieldsByType(Class typeClass,
Object propertyValue,
Set<Option> options) |
static List<Method> |
ReflectionUtil.findAllSetters(Class typeClass,
String propertyName,
Object propertyValue,
Set<Option> options)
Finds all valid setters for the property.
|
static List<Method> |
ReflectionUtil.findAllSettersByType(Class typeClass,
Object propertyValue,
Set<Option> options) |
static ReflectionUtil.ConstructorFactory |
ReflectionUtil.findConstructor(Class typeClass,
List<? extends Class<?>> parameterTypes,
Set<Option> options) |
static ReflectionUtil.ConstructorFactory |
ReflectionUtil.findConstructor(Class typeClass,
List<String> parameterNames,
List<? extends Class<?>> parameterTypes,
Set<String> availableProperties,
Set<Option> options) |
static Field |
ReflectionUtil.findField(Class typeClass,
String propertyName,
Object propertyValue,
Set<Option> options) |
static Method |
ReflectionUtil.findGetter(Class typeClass,
String propertyName,
Set<Option> options) |
static Method |
ReflectionUtil.findInstanceFactory(Class typeClass,
String factoryMethod,
Set<Option> options) |
static Method |
ReflectionUtil.findSetter(Class typeClass,
String propertyName,
Object propertyValue,
Set<Option> options) |
static ReflectionUtil.StaticFactory |
ReflectionUtil.findStaticFactory(Class typeClass,
String factoryMethod,
List<? extends Class<?>> parameterTypes,
Set<Option> options) |
static ReflectionUtil.StaticFactory |
ReflectionUtil.findStaticFactory(Class typeClass,
String factoryMethod,
List<String> parameterNames,
List<? extends Class<?>> parameterTypes,
Set<String> allProperties,
Set<Option> options) |
Copyright © 2005–2015. All rights reserved.