类 DocumentationType

java.lang.Object
org.springframework.plugin.metadata.SimplePluginMetadata
springfox.documentation.spi.DocumentationType
所有已实现的接口:
org.springframework.plugin.metadata.PluginMetadata

public class DocumentationType extends org.springframework.plugin.metadata.SimplePluginMetadata
  • 字段详细资料

  • 构造器详细资料

    • DocumentationType

      public DocumentationType(String name, String version, org.springframework.http.MediaType mediaType)
      Creates a new instance of SimplePluginMetadata.
      参数:
      name - must not be null.
      version - must not be null.
      mediaType - must not be null
    • DocumentationType

      public DocumentationType(String name, String version)
  • 方法详细资料

    • getMediaType

      public org.springframework.http.MediaType getMediaType()
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 org.springframework.plugin.metadata.SimplePluginMetadata
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 org.springframework.plugin.metadata.SimplePluginMetadata