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

io.swagger.codegen.v3.generators.features.BeanValidationExtendedFeatures Maven / Gradle / Ivy

package io.swagger.codegen.v3.generators.features;

public interface BeanValidationExtendedFeatures {

    // Language (implementing Client/Server) supports automatic BeanValidation (1.1)
    String USE_BEANVALIDATION_FEATURE = "useBeanValidationFeature";

    void setUseBeanValidationFeature(boolean useBeanValidationFeature);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy