object binary extends SwaggerPrimitive[SwaggerStringValue] with Product with Serializable
- Source
- SwaggerType.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- binary
- Serializable
- Serializable
- Product
- Equals
- SwaggerPrimitive
- SwaggerType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
deref: Eval[SwaggerType]
- Definition Classes
- SwaggerType
-
def
describe(descr: String): SwaggerType
set ot change type description if this is named type
set ot change type description if this is named type
- Definition Classes
- SwaggerType
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
format: Option[OpenApiFormat[SwaggerStringValue]]
- Definition Classes
- SwaggerPrimitive
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
mediaType: MediaType
- Definition Classes
- SwaggerPrimitive → SwaggerType
-
def
merge: PartialFunction[SwaggerType, SwaggerType]
- Definition Classes
- SwaggerPrimitive → SwaggerType
-
def
mod(f: (SwaggerStringValue) ⇒ SwaggerStringValue): SwaggerPrimitive[SwaggerStringValue]
- Definition Classes
- SwaggerPrimitive
-
def
nameOpt: Option[String]
- Definition Classes
- SwaggerType
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
or(that: SwaggerType): SwaggerType
- Definition Classes
- SwaggerType
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
typ: SwaggerStringValue
- Definition Classes
- SwaggerPrimitive
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withMediaType(mediaType: MediaType): SwaggerType
- Definition Classes
- SwaggerType