public class TemplateConfiguration extends Object
| Modifier and Type | Method and Description |
|---|---|
static TemplateConfiguration |
buildFromEnvironment(RoundEnvironment roundEnv)
Create a template paths configuration by scanning the classpath for the configuration
annotation.
|
String |
getApiModuleTemplate() |
String |
getEndpointTemplate() |
String |
getEnumTemplate() |
String |
getIndexTemplate() |
String |
getInterfaceTemplate() |
public static TemplateConfiguration buildFromEnvironment(RoundEnvironment roundEnv) throws MultipleConfigurationsFoundException
roundEnv - RoundEnvironmentMultipleConfigurationsFoundExceptionpublic String getEnumTemplate()
public String getInterfaceTemplate()
public String getEndpointTemplate()
public String getIndexTemplate()
public String getApiModuleTemplate()
Copyright © 2016–2017. All rights reserved.