org.springframework.rules.reporting
Interface BeanValidationResults

All Known Implementing Classes:
BeanValidationResultsBuilder

public interface BeanValidationResults

Author:
Keith Donald

Method Summary
 Map getResults()
           
 PropertyResults getResults(String propertyName)
           
 int getViolatedCount()
           
 

Method Detail

getResults

Map getResults()

getViolatedCount

int getViolatedCount()

getResults

PropertyResults getResults(String propertyName)


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.