Uses of Class
com.axway.apim.api.model.APISpecificationFilter
-
Packages that use APISpecificationFilter Package Description com.axway.apim.api.model com.axway.apim.api.specification com.axway.apim.api.specification.filter -
-
Uses of APISpecificationFilter in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return APISpecificationFilter Modifier and Type Method Description APISpecificationFilterDesiredAPISpecification. getFilter()Methods in com.axway.apim.api.model with parameters of type APISpecificationFilter Modifier and Type Method Description voidDesiredAPISpecification. setFilter(APISpecificationFilter filter) -
Uses of APISpecificationFilter in com.axway.apim.api.specification
Fields in com.axway.apim.api.specification declared as APISpecificationFilter Modifier and Type Field Description protected APISpecificationFilterAPISpecification. filterConfigMethods in com.axway.apim.api.specification with parameters of type APISpecificationFilter Modifier and Type Method Description APISpecificationAPISpecification. setFilterConfig(APISpecificationFilter filterConfig) -
Uses of APISpecificationFilter in com.axway.apim.api.specification.filter
Methods in com.axway.apim.api.specification.filter with parameters of type APISpecificationFilter Modifier and Type Method Description static voidJsonNodeOpenAPI3SpecFilter. filter(com.fasterxml.jackson.databind.JsonNode openAPISpec, APISpecificationFilter filterConfig)static voidOpenAPI3SpecificationFilter. filter(io.swagger.v3.oas.models.OpenAPI openAPI, APISpecificationFilter filterConfig)Constructors in com.axway.apim.api.specification.filter with parameters of type APISpecificationFilter Constructor Description FilterConfig(APISpecificationFilter filterConfig)
-