Class SpringPathBuilder
- java.lang.Object
-
- org.jsondoc.springmvc.scanner.builder.SpringPathBuilder
-
public class SpringPathBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SpringPathBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<java.lang.String>buildPath(java.lang.reflect.Method method)From Spring's documentation: Supported at the type level as well as at the method level! When used at the type level, all method-level mappings inherit this primary mapping, narrowing it for a specific handler method.
-
-
-
Method Detail
-
buildPath
public static java.util.Set<java.lang.String> buildPath(java.lang.reflect.Method method)
From Spring's documentation: Supported at the type level as well as at the method level! When used at the type level, all method-level mappings inherit this primary mapping, narrowing it for a specific handler method.- Parameters:
method-- Returns:
-
-