接口 ApiListingBuilderPlugin

所有超级接口:
org.springframework.plugin.core.Plugin<DocumentationType>

public interface ApiListingBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    apply(ApiListingContext apiListingContext)
    Implement this method to override the ApiListing using the ApiListingBuilder

    从接口继承的方法 org.springframework.plugin.core.Plugin

    supports
  • 方法详细资料

    • apply

      void apply(ApiListingContext apiListingContext)
      Implement this method to override the ApiListing using the ApiListingBuilder
      参数:
      apiListingContext - - context that can be used to override the model property attributes
      另请参阅: