Class PathMappingAdjuster

  • All Implemented Interfaces:
    springfox.documentation.service.PathAdjuster

    public class PathMappingAdjuster
    extends java.lang.Object
    implements springfox.documentation.service.PathAdjuster
    • Constructor Summary

      Constructors 
      Constructor Description
      PathMappingAdjuster​(springfox.documentation.spi.service.contexts.DocumentationContext context)  
    • Method Summary

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

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

      • PathMappingAdjuster

        public PathMappingAdjuster​(springfox.documentation.spi.service.contexts.DocumentationContext context)
    • Method Detail

      • adjustedPath

        public java.lang.String adjustedPath​(java.lang.String path)
        Specified by:
        adjustedPath in interface springfox.documentation.service.PathAdjuster