Uses of Class
com.github.elibracha.model.Endpoint
-
Packages that use Endpoint Package Description com.github.elibracha.model com.github.elibracha.utils -
-
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()Constructors in com.github.elibracha.model with parameters of type Endpoint Constructor Description ChangedOpenApiRender(Endpoint endpoint, String _whatChanged) -
Uses of Endpoint in com.github.elibracha.utils
Methods in com.github.elibracha.utils 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.utils 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)
-