Interface ApiListingBuilderPlugin

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void apply​(ApiListingContext apiListingContext)
      Implement this method to override the ApiListing using the ApiListingBuilder
      • Methods inherited from interface org.springframework.plugin.core.Plugin

        supports
    • Method Detail

      • apply

        void apply​(ApiListingContext apiListingContext)
        Implement this method to override the ApiListing using the ApiListingBuilder
        Parameters:
        apiListingContext - - context that can be used to override the model property attributes
        See Also:
        ApiListing, ApiListingBuilder