public static class GraphQlProperties.Schema
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphQlProperties.Schema.Introspection |
static class |
GraphQlProperties.Schema.Printer |
| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getFileExtensions() |
GraphQlProperties.Schema.Introspection |
getIntrospection() |
java.lang.String[] |
getLocations() |
GraphQlProperties.Schema.Printer |
getPrinter() |
void |
setFileExtensions(java.lang.String[] fileExtensions) |
void |
setLocations(java.lang.String[] locations) |
public java.lang.String[] getLocations()
public void setLocations(java.lang.String[] locations)
public java.lang.String[] getFileExtensions()
public void setFileExtensions(java.lang.String[] fileExtensions)
public GraphQlProperties.Schema.Introspection getIntrospection()
public GraphQlProperties.Schema.Printer getPrinter()