Interface BasePathStage
-
public interface BasePathStage
-
-
Method Summary
Modifier and Type Method Description default MapperStagewithoutABasePath()MapperStagewithTheBasePath(java.lang.String basePath)
-
-
-
Method Detail
-
withoutABasePath
default MapperStage withoutABasePath()
-
withTheBasePath
MapperStage withTheBasePath(java.lang.String basePath)
-
-