Package templates.graphql
Class serverYml
- java.lang.Object
-
- com.fizzed.rocker.runtime.DefaultRockerModel
-
- templates.graphql.serverYml
-
- All Implemented Interfaces:
com.fizzed.rocker.RockerModel
public class serverYml extends com.fizzed.rocker.runtime.DefaultRockerModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
serverYml.Template
-
Constructor Summary
Constructors Constructor Description serverYml()
-
Method Summary
-
-
-
Method Detail
-
getContentType
public static com.fizzed.rocker.ContentType getContentType()
-
getTemplateName
public static String getTemplateName()
-
getTemplatePackageName
public static String getTemplatePackageName()
-
getHeaderHash
public static String getHeaderHash()
-
getModifiedAt
public static long getModifiedAt()
-
getArgumentNames
public static String[] getArgumentNames()
-
serviceId
public String serviceId()
-
enableHttp
public Boolean enableHttp()
-
httpPort
public String httpPort()
-
enableHttps
public Boolean enableHttps()
-
httpsPort
public String httpsPort()
-
enableHttp2
public Boolean enableHttp2()
-
enableRegistry
public Boolean enableRegistry()
-
version
public String version()
-
template
public static serverYml template(String serviceId, Boolean enableHttp, String httpPort, Boolean enableHttps, String httpsPort, Boolean enableHttp2, Boolean enableRegistry, String version)
-
buildTemplate
protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException
- Overrides:
buildTemplate
in classcom.fizzed.rocker.runtime.DefaultRockerModel
- Throws:
com.fizzed.rocker.RenderingException
-
-