Uses of Enum Class
org.apache.xbean.recipe.Option
Packages that use Option
-
Uses of Option in org.apache.xbean.recipe
Fields in org.apache.xbean.recipe with type parameters of type OptionModifier and TypeFieldDescriptionArrayRecipe.options
CollectionRecipe.options
MapRecipe.options
ObjectRecipe.options
Methods in org.apache.xbean.recipe that return OptionModifier and TypeMethodDescriptionstatic Option
Returns the enum constant of this class with the specified name.static Option[]
Option.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.xbean.recipe that return types with arguments of type OptionMethods in org.apache.xbean.recipe with parameters of type OptionModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
Method parameters in org.apache.xbean.recipe with type arguments of type OptionModifier and TypeMethodDescriptionReflectionUtil.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) ReflectionUtil.findConstructor
(Class typeClass, List<? extends Class<?>> parameterTypes, Set<Option> options) static Field
ReflectionUtil.findField
(Class typeClass, String propertyName, Object propertyValue, Set<Option> options, PropertyEditorRegistry registry) 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, PropertyEditorRegistry registry) static ReflectionUtil.StaticFactory
ReflectionUtil.findStaticFactory
(Class typeClass, String factoryMethod, List<? extends Class<?>> parameterTypes, Set<Option> options)