Uses of Enum
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.optionsCollectionRecipe.optionsMapRecipe.optionsObjectRecipe.optionsMethods in org.apache.xbean.recipe that return OptionModifier and TypeMethodDescriptionstatic OptionReturns 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.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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidMethod 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 FieldReflectionUtil.findField(Class typeClass, String propertyName, Object propertyValue, Set<Option> options, PropertyEditorRegistry registry) static MethodReflectionUtil.findGetter(Class typeClass, String propertyName, Set<Option> options) static MethodReflectionUtil.findInstanceFactory(Class typeClass, String factoryMethod, Set<Option> options) static MethodReflectionUtil.findSetter(Class typeClass, String propertyName, Object propertyValue, Set<Option> options, PropertyEditorRegistry registry) static ReflectionUtil.StaticFactoryReflectionUtil.findStaticFactory(Class typeClass, String factoryMethod, List<? extends Class<?>> parameterTypes, Set<Option> options)