Class ActuatorOpenApiCustomizer

java.lang.Object
org.springdoc.core.customizers.ActuatorOpenApiCustomizer
All Implemented Interfaces:
GlobalOpenApiCustomizer, OpenApiCustomizer

@Deprecated(since="2.7.0") public class ActuatorOpenApiCustomizer extends Object implements GlobalOpenApiCustomizer
Deprecated.
as not anymore required, use your own GlobalOpenApiCustomizer instead
The type Actuator open api customizer.
Since:
2.7.0
Author:
bnasslahsen
  • Constructor Summary

    Constructors
    Constructor
    Description
    ActuatorOpenApiCustomizer(org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpointProperties)
    Deprecated.
    Instantiates a new Actuator open api customizer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customise(io.swagger.v3.oas.models.OpenAPI openApi)
    Deprecated.
    Customise.

    Methods inherited from class java.lang.Object

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

    • ActuatorOpenApiCustomizer

      public ActuatorOpenApiCustomizer(org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpointProperties)
      Deprecated.
      Instantiates a new Actuator open api customizer.
      Parameters:
      webEndpointProperties - the web endpoint properties
  • Method Details

    • customise

      public void customise(io.swagger.v3.oas.models.OpenAPI openApi)
      Deprecated.
      Description copied from interface: OpenApiCustomizer
      Customise.
      Specified by:
      customise in interface OpenApiCustomizer
      Parameters:
      openApi - the open api