Object/Class

ru.tinkoff.tschema.swagger

SwaggerPrimitive

Related Docs: class SwaggerPrimitive | package swagger

Permalink

object SwaggerPrimitive

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SwaggerPrimitive
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def base64(mediaType: MediaType): SwaggerPrimitive[SwaggerStringValue]

    Permalink
  6. def bin(mediaType: MediaType): SwaggerPrimitive[SwaggerStringValue]

    Permalink
  7. object binary extends SwaggerPrimitive[SwaggerStringValue] with Product with Serializable

    Permalink
  8. object boolean extends SwaggerPrimitive[SwaggerBooleanValue] with Product with Serializable

    Permalink
  9. object byte extends SwaggerPrimitive[SwaggerStringValue] with Product with Serializable

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. object date extends SwaggerPrimitive[SwaggerStringValue] with Product with Serializable

    Permalink
  12. object dateTime extends SwaggerPrimitive[SwaggerStringValue] with Product with Serializable

    Permalink
  13. object double extends SwaggerPrimitive[SwaggerNumberValue] with Product with Serializable

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. object float extends SwaggerPrimitive[SwaggerNumberValue] with Product with Serializable

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. object integer extends SwaggerPrimitive[SwaggerIntValue] with Product with Serializable

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. object long extends SwaggerPrimitive[SwaggerIntValue] with Product with Serializable

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. object number extends SwaggerPrimitive[SwaggerNumberValue] with Product with Serializable

    Permalink
  27. object password extends SwaggerPrimitive[SwaggerStringValue] with Product with Serializable

    Permalink
  28. object string extends SwaggerPrimitive[SwaggerStringValue] with Product with Serializable

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. object uuid extends SwaggerPrimitive[SwaggerStringValue] with Product with Serializable

    Permalink
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped