Package com.github.elibracha.utils
Class EndpointUtils
- java.lang.Object
-
- com.github.elibracha.utils.EndpointUtils
-
public class EndpointUtils extends Object
Created by adarsh.sharma on 26/12/17.
-
-
Constructor Summary
Constructors Constructor Description EndpointUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Endpointconvert2Endpoint(String pathUrl, io.swagger.v3.oas.models.PathItem.HttpMethod httpMethod, io.swagger.v3.oas.models.Operation operation)static List<Endpoint>convert2EndpointList(Map<String,io.swagger.v3.oas.models.PathItem> map)static Collection<? extends Endpoint>convert2Endpoints(String pathUrl, Map<io.swagger.v3.oas.models.PathItem.HttpMethod,io.swagger.v3.oas.models.Operation> map)
-
-
-
Method Detail
-
convert2Endpoints
public static Collection<? extends Endpoint> convert2Endpoints(String pathUrl, Map<io.swagger.v3.oas.models.PathItem.HttpMethod,io.swagger.v3.oas.models.Operation> map)
-
convert2Endpoint
public static Endpoint convert2Endpoint(String pathUrl, io.swagger.v3.oas.models.PathItem.HttpMethod httpMethod, io.swagger.v3.oas.models.Operation operation)
-
-