com.bld.commons.yaml.converter.ConvertYaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of class-generator Show documentation
Show all versions of class-generator Show documentation
Demo project for Spring Boot
The newest version!
/**
* @author Francesco Baldi
* @mail [email protected]
* @class bld.commons.yaml.converter.ConvertYaml.java
*/
package com.bld.commons.yaml.converter;
import java.util.List;
import com.bld.commons.classes.model.ModelClasses;
/**
* The Interface ConvertYaml.
*/
public interface ConvertYaml {
/**
* Gets the list classes.
*
* @param path the path
* @return the list classes
* @throws Exception the exception
*/
public List getListClasses(String path) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy