java.lang.Object
org.broadleafcommerce.openadmin.server.service.persistence.validation.BasicFieldTypeValidator
All Implemented Interfaces:
PopulateValueRequestValidator, org.springframework.core.Ordered

@Component("blBasicFieldTypeValidator") public class BasicFieldTypeValidator extends Object implements PopulateValueRequestValidator
Validates that values are actually of their required types before trying to populate it. Integers should be integers, dates should parse correctly, etc.
Author:
Phillip Verheyden (phillipuniverse)