Class FilterUtil

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

public class FilterUtil extends Object
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)
    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)
      Apply the given filter to the given model.
      Parameters:
      filter - OASFilter
      model - OpenAPI model
      Returns:
      Filtered OpenAPI model