Package templates.graphql
Class schemaClassExample
- java.lang.Object
-
- com.fizzed.rocker.runtime.DefaultRockerModel
-
- templates.graphql.schemaClassExample
-
- All Implemented Interfaces:
com.fizzed.rocker.RockerModel
public class schemaClassExample extends com.fizzed.rocker.runtime.DefaultRockerModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
schemaClassExample.Template
-
Constructor Summary
Constructors Constructor Description schemaClassExample()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fizzed.rocker.runtime.DefaultRockerTemplate
buildTemplate()
static String[]
getArgumentNames()
static com.fizzed.rocker.ContentType
getContentType()
static String
getHeaderHash()
static long
getModifiedAt()
static String
getTemplateName()
static String
getTemplatePackageName()
String
schemaClass()
schemaClassExample
schemaClass(String schemaClass)
String
schemaPackage()
schemaClassExample
schemaPackage(String schemaPackage)
static schemaClassExample
template(String schemaPackage, String schemaClass)
-
-
-
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()
-
schemaPackage
public schemaClassExample schemaPackage(String schemaPackage)
-
schemaPackage
public String schemaPackage()
-
schemaClass
public schemaClassExample schemaClass(String schemaClass)
-
schemaClass
public String schemaClass()
-
template
public static schemaClassExample template(String schemaPackage, String schemaClass)
-
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
-
-