类 Example

java.lang.Object
springfox.documentation.schema.Example

public class Example extends Object
  • 构造器详细资料

    • Example

      public Example(Object value)
    • Example

      public Example(String mediaType, Object value)
  • 方法详细资料

    • getValue

      public Object getValue()
    • getMediaType

      public com.google.common.base.Optional<String> getMediaType()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object