Uses of Enum
org.instancio.settings.BeanValidationTarget
Packages that use BeanValidationTarget
-
Uses of BeanValidationTarget in org.instancio.settings
Subclasses with type arguments of type BeanValidationTarget in org.instancio.settingsModifier and TypeClassDescriptionenumA setting that specifies whether Bean Validation annotations are declared on fields or getters.Fields in org.instancio.settings with type parameters of type BeanValidationTargetModifier and TypeFieldDescriptionstatic final SettingKey<BeanValidationTarget> Specifies whether Bean Validation annotations are declared on fields or getters; default isFIELD; property namebean.validation.target.Methods in org.instancio.settings that return BeanValidationTargetModifier and TypeMethodDescriptionstatic BeanValidationTargetReturns the enum constant of this type with the specified name.static BeanValidationTarget[]BeanValidationTarget.values()Returns an array containing the constants of this enum type, in the order they are declared.