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

com.blossomproject.generator.configuration.model.Settings Maven / Gradle / Ivy

package com.blossomproject.generator.configuration.model;

import java.nio.file.Path;
import java.util.List;

public interface Settings {

  Path getSrcPath();

  Path getResourcePath();

  String getBasePackage();

  String getEntityName();

  String getEntityNameUpperUnderscore();

  String getEntityNameLowerUnderscore();

  String getEntityNameLowerCamel();

  String getEntityNameLowerHyphen();

  List getFields();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy