Package io.smallrye.openapi.api.util
Class FilterUtil
- java.lang.Object
-
- io.smallrye.openapi.api.util.FilterUtil
-
public class FilterUtil extends Object
- Author:
- eric.wittmann@gmail.com
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.microprofile.openapi.models.OpenAPIapplyFilter(org.eclipse.microprofile.openapi.OASFilter filter, org.eclipse.microprofile.openapi.models.OpenAPI model)Apply the given filter to the given model.
-
-
-
Method Detail
-
applyFilter
public static final org.eclipse.microprofile.openapi.models.OpenAPI applyFilter(org.eclipse.microprofile.openapi.OASFilter filter, org.eclipse.microprofile.openapi.models.OpenAPI model)Apply the given filter to the given model.- Parameters:
filter- OASFiltermodel- OpenAPI model- Returns:
- Filtered OpenAPI model
-
-