Package templates.graphql
Class schemaClass
- java.lang.Object
-
- com.fizzed.rocker.runtime.DefaultRockerModel
-
- templates.graphql.schemaClass
-
- All Implemented Interfaces:
com.fizzed.rocker.RockerModel
public class schemaClass extends com.fizzed.rocker.runtime.DefaultRockerModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
schemaClass.Template
-
Constructor Summary
Constructors Constructor Description schemaClass()
-
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()
schemaClass
schemaClass(String schemaClass)
String
schemaPackage()
schemaClass
schemaPackage(String schemaPackage)
static schemaClass
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 schemaClass schemaPackage(String schemaPackage)
-
schemaPackage
public String schemaPackage()
-
schemaClass
public schemaClass schemaClass(String schemaClass)
-
schemaClass
public String schemaClass()
-
template
public static schemaClass 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
-
-