Class FilterUtil

java.lang.Object
io.smallrye.openapi.api.util.FilterUtil

@Deprecated(since="4.0", forRemoval=true) public class FilterUtil extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Author:
eric.wittmann@gmail.com
  • Method Summary

    Modifier and Type
    Method
    Description
    static final org.eclipse.microprofile.openapi.models.OpenAPI
    applyFilter(org.eclipse.microprofile.openapi.OASFilter filter, org.eclipse.microprofile.openapi.models.OpenAPI model)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Apply the given filter to the given model.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • applyFilter

      public static final org.eclipse.microprofile.openapi.models.OpenAPI applyFilter(org.eclipse.microprofile.openapi.OASFilter filter, org.eclipse.microprofile.openapi.models.OpenAPI model)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Apply the given filter to the given model.
      Parameters:
      filter - OASFilter
      model - OpenAPI model
      Returns:
      Filtered OpenAPI model