ca.gc.aafc.dina.repository.validation.ValidationResourceConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dina-base-api Show documentation
Show all versions of dina-base-api Show documentation
Base DINA API package for Java built on SpringBoot and Crnk
The newest version!
package ca.gc.aafc.dina.repository.validation;
import java.util.List;
/**
* Configuration design to return a list of {@link ValidationResourceHandler} to be used by the
* validation repository.
*/
public interface ValidationResourceConfiguration {
/**
* Returns a list of {@link ValidationResourceHandler}
*
* @return a list of {@link ValidationResourceHandler}
*/
List> getValidationHandlers();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy