-
- All Implemented Interfaces:
-
io.javalin.util.OptionalDependency
,java.io.Serializable
,kotlin.Comparable
public enum RenderingDependency extends Enum<RenderingDependency> implements OptionalDependency
-
-
Enum Constant Summary
Enum Constants Enum Constant Description JTE
JTE_KOTLIN
VELOCITY
FREEMARKER
THYMELEAF
MUSTACHE
PEBBLE
COMMONMARK
STRING_TEMPLATE_4
-
Method Summary
Modifier and Type Method Description String
getDisplayName()
String
getTestClass()
String
getGroupId()
String
getArtifactId()
String
getVersion()
-
-
Method Detail
-
getDisplayName
String getDisplayName()
-
getTestClass
String getTestClass()
-
getGroupId
String getGroupId()
-
getArtifactId
String getArtifactId()
-
getVersion
String getVersion()
-
-
-
-