Package org.criticalfailure.torchlight.core.domain.validator

Examples of org.criticalfailure.torchlight.core.domain.validator.IObjectPropertyValidator.validate()


                logger.trace("validator: " + validator);

                if(validator != null) {
                    logger.debug("invoking validator: " + validator);
                    ObjectPropertyValidationResult result = new ObjectPropertyValidationResult();
                    validator.validate(op, proposedValue, result);

                    return result;
                }
            }
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.