Uses of Class
com.github.elibracha.model.Endpoint
-
Packages that use Endpoint Package Description com.github.elibracha.model com.github.elibracha.util -
-
Uses of Endpoint in com.github.elibracha.model
Methods in com.github.elibracha.model that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>ChangedOpenApi. getDeprecatedEndpoints() -
Uses of Endpoint in com.github.elibracha.util
Methods in com.github.elibracha.util that return Endpoint Modifier and Type Method Description static EndpointEndpointUtils. convert2Endpoint(String pathUrl, io.swagger.v3.oas.models.PathItem.HttpMethod httpMethod, io.swagger.v3.oas.models.Operation operation)Methods in com.github.elibracha.util that return types with arguments of type Endpoint Modifier and Type Method Description static List<Endpoint>EndpointUtils. convert2EndpointList(Map<String,io.swagger.v3.oas.models.PathItem> map)static Collection<? extends Endpoint>EndpointUtils. convert2Endpoints(String pathUrl, Map<io.swagger.v3.oas.models.PathItem.HttpMethod,io.swagger.v3.oas.models.Operation> map)
-