Class HalLinkDescriptionModifier

  • All Implemented Interfaces:
    io.swagger.v3.jaxrs2.ReaderListener

    public class HalLinkDescriptionModifier
    extends java.lang.Object
    implements io.swagger.v3.jaxrs2.ReaderListener
    An ReaderListener that provides a description for the HALLink class that is not annotated and lacks a correct description.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterScan​(io.swagger.v3.oas.integration.api.OpenApiReader reader, io.swagger.v3.oas.models.OpenAPI openAPI)  
      void beforeScan​(io.swagger.v3.oas.integration.api.OpenApiReader reader, io.swagger.v3.oas.models.OpenAPI openAPI)  
      • Methods inherited from class java.lang.Object

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

      • HalLinkDescriptionModifier

        public HalLinkDescriptionModifier()
    • Method Detail

      • beforeScan

        public void beforeScan​(io.swagger.v3.oas.integration.api.OpenApiReader reader,
                               io.swagger.v3.oas.models.OpenAPI openAPI)
        Specified by:
        beforeScan in interface io.swagger.v3.jaxrs2.ReaderListener
      • afterScan

        public void afterScan​(io.swagger.v3.oas.integration.api.OpenApiReader reader,
                              io.swagger.v3.oas.models.OpenAPI openAPI)
        Specified by:
        afterScan in interface io.swagger.v3.jaxrs2.ReaderListener