Class GraphQlProperties.Schema

java.lang.Object
org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
Enclosing class:
GraphQlProperties

public static class GraphQlProperties.Schema extends Object
  • Constructor Details

    • Schema

      public Schema()
  • Method Details

    • getLocations

      public String[] getLocations()
    • setLocations

      public void setLocations(String[] locations)
    • getFileExtensions

      public String[] getFileExtensions()
    • setFileExtensions

      public void setFileExtensions(String[] fileExtensions)
    • getAdditionalFiles

      public org.springframework.core.io.Resource[] getAdditionalFiles()
    • setAdditionalFiles

      public void setAdditionalFiles(org.springframework.core.io.Resource[] additionalFiles)
    • getInspection

      public GraphQlProperties.Schema.Inspection getInspection()
    • getIntrospection

      public GraphQlProperties.Schema.Introspection getIntrospection()
    • getPrinter

      public GraphQlProperties.Schema.Printer getPrinter()