Class UnitApiPropertyCustomizer

  • All Implemented Interfaces:
    org.springdoc.core.customizers.PropertyCustomizer

    public class UnitApiPropertyCustomizer
    extends java.lang.Object
    implements org.springdoc.core.customizers.PropertyCustomizer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.swagger.v3.oas.models.media.Schema<?> customize​(io.swagger.v3.oas.models.media.Schema property, io.swagger.v3.core.converter.AnnotatedType type)  
      • Methods inherited from class java.lang.Object

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

      • UnitApiPropertyCustomizer

        public UnitApiPropertyCustomizer()
    • Method Detail

      • customize

        public io.swagger.v3.oas.models.media.Schema<?> customize​(io.swagger.v3.oas.models.media.Schema property,
                                                                  io.swagger.v3.core.converter.AnnotatedType type)
        Specified by:
        customize in interface org.springdoc.core.customizers.PropertyCustomizer