Annotation Type AutoConfigureRestDocs

    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      StringoutputDir
      The output directory to which generated snippets will be written.
      StringuriHost
      The host to be used in documented URIs.
      inturiPort
      The port to be used in documented URIs.
      StringuriScheme
      The scheme (typically http or https) to be used in documented URIs.
      Stringvalue
      The output directory to which generated snippets will be written.
    • Element Detail

      • value

        @AliasFor("outputDir")
        String value
        The output directory to which generated snippets will be written. An alias for outputDir().
        Returns:
        the output directory
        Default:
        ""
      • outputDir

        @AliasFor("value")
        String outputDir
        The output directory to which generated snippets will be written. An alias for value().
        Returns:
        the output directory
        Default:
        ""
      • uriScheme

        String uriScheme
        The scheme (typically http or https) to be used in documented URIs. Defaults to http.
        Returns:
        the scheme
        Default:
        "http"
      • uriHost

        String uriHost
        The host to be used in documented URIs. Defaults to localhost.
        Returns:
        the host
        Default:
        "localhost"
      • uriPort

        int uriPort
        The port to be used in documented URIs. Defaults to 8080.
        Returns:
        the port
        Default:
        8080