Class SpringfoxTemplateFormat

  • All Implemented Interfaces:
    org.springframework.restdocs.templates.TemplateFormat

    public class SpringfoxTemplateFormat
    extends java.lang.Object
    implements org.springframework.restdocs.templates.TemplateFormat
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFileExtension()  
      java.lang.String getId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpringfoxTemplateFormat

        public SpringfoxTemplateFormat()
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface org.springframework.restdocs.templates.TemplateFormat
      • getFileExtension

        public java.lang.String getFileExtension()
        Specified by:
        getFileExtension in interface org.springframework.restdocs.templates.TemplateFormat