final case class SwaggerObject(properties: Vector[SwaggerProperty] = ..., required: Eval[Vector[String]] = ...) extends SwaggerType with Product with Serializable
- Source
- SwaggerType.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SwaggerObject
- Serializable
- Serializable
- Product
- Equals
- SwaggerType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SwaggerObject(properties: Vector[SwaggerProperty] = ..., required: Eval[Vector[String]] = ...)
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
-
def
describeFields(descrs: (String, String)*): SwaggerObject
set or change fields description if this is ObjectType
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mediaType: MediaType
- Definition Classes
- SwaggerType
-
def
merge: PartialFunction[SwaggerType, SwaggerType]
- Definition Classes
- SwaggerObject → SwaggerType
-
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
- val properties: Vector[SwaggerProperty]
- val required: Eval[Vector[String]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
-
def
xmlFields(opts: (String, SwaggerXMLOptions)*): SwaggerObject
set or change XML options if fields