All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.swagger.codegen.languages.features.BeanValidationExtendedFeatures Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
package io.swagger.codegen.languages.features;

public interface BeanValidationExtendedFeatures {

    // Language (implementing Client/Server) supports automatic BeanValidation (1.1)
    public static final String USE_BEANVALIDATION_FEATURE = "useBeanValidationFeature";
     
    public void setUseBeanValidationFeature(boolean useBeanValidationFeature);

    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy