Class CollectionTypeValidator

java.lang.Object
com.xebialabs.deployit.booter.local.validation.CollectionTypeValidator
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.validation.Validator<Collection<?>>

public class CollectionTypeValidator extends Object implements com.xebialabs.deployit.plugin.api.validation.Validator<Collection<?>>
  • Constructor Details

    • CollectionTypeValidator

      public CollectionTypeValidator(com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor)
  • Method Details

    • validate

      public void validate(Collection<?> value, com.xebialabs.deployit.plugin.api.validation.ValidationContext context)
      Specified by:
      validate in interface com.xebialabs.deployit.plugin.api.validation.Validator<Collection<?>>