Class BulkEditViewBeanPropertyValidator

java.lang.Object
io.jmix.bulkeditor.view.BulkEditViewBeanPropertyValidator
All Implemented Interfaces:
Validator<Object>, Consumer<Object>

@Scope("prototype") @Component("bulked_BulkEditViewBeanPropertyValidator") public class BulkEditViewBeanPropertyValidator extends Object implements Validator<Object>
  • Field Details

  • Constructor Details

    • BulkEditViewBeanPropertyValidator

      public BulkEditViewBeanPropertyValidator(Class<?> beanClass, String beanProperty)
  • Method Details

    • setDelegateProvider

      @Autowired public void setDelegateProvider(org.springframework.beans.factory.ObjectProvider<BeanPropertyValidator> delegateProvider)
    • accept

      public void accept(@Nullable Object value)
      Description copied from interface: Validator
      Checks a value.
      Specified by:
      accept in interface Consumer<Object>
      Specified by:
      accept in interface Validator<Object>
      Parameters:
      value - a value