Class SpqrProperties.Http

java.lang.Object
io.leangen.graphql.spqr.spring.autoconfigure.SpqrProperties.Http
Enclosing class:
SpqrProperties

public static class SpqrProperties.Http extends Object
  • Constructor Details

    • Http

      public Http()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getEndpoint

      public String getEndpoint()
    • setEndpoint

      public void setEndpoint(String endpoint)
    • getMvc

      public SpqrProperties.Http.Mvc getMvc()
    • setMvc

      public void setMvc(SpqrProperties.Http.Mvc mvc)