Class SwaggerUtils
-
- All Implemented Interfaces:
public final class SwaggerUtils
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSwaggerUtils.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static SwaggerUtils.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description SwaggerUtils()
-
Method Summary
Modifier and Type Method Description final static StringconvertToSwaggerUri(String path, Pattern pattern)final static List<String>paramsFromVertxUri(String path, Pattern uriParamPattern)final static StringstripFileExt(String str)final static StringcheckFieldType(Map<String, List<Object>> rule)final static UnitaddFieldFormat(JsonObject fieldSchema, String fieldType, Map<String, List<Object>> rule)-
-
Method Detail
-
convertToSwaggerUri
final static String convertToSwaggerUri(String path, Pattern pattern)
-
paramsFromVertxUri
final static List<String> paramsFromVertxUri(String path, Pattern uriParamPattern)
-
stripFileExt
final static String stripFileExt(String str)
-
-
-
-