case class RamlJsonSchemaExpression(key: YNode, value: YNode, adopt: (Shape) ⇒ Unit, parseExample: Boolean = false)(implicit ctx: RamlWebApiContext) extends RamlExternalTypesParser with PlatformSecrets with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RamlJsonSchemaExpression
- Serializable
- Serializable
- Product
- Equals
- PlatformSecrets
- RamlExternalTypesParser
- RamlTypeEntryParser
- RamlTypeSyntax
- ExampleParser
- QuickFieldParserOps
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RamlJsonSchemaExpression(key: YNode, value: YNode, adopt: (Shape) ⇒ Unit, parseExample: Boolean = false)(implicit ctx: RamlWebApiContext)
Type Members
-
implicit
class
FieldOps extends AnyRef
- Definition Classes
- QuickFieldParserOps
-
class
ObjectField extends (YMapEntry) ⇒ Unit
- Definition Classes
- QuickFieldParserOps
- case class RamlExternalOasLibParser(ctx: RamlWebApiContext, text: String, valueAST: YNode, path: String) extends Product with Serializable
-
trait
Target extends AnyRef
- Definition Classes
- QuickFieldParserOps
-
case class
ValueAndOrigin extends Product with Serializable
- Attributes
- protected
- Definition Classes
- RamlExternalTypesParser
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from RamlJsonSchemaExpression to any2stringadd[RamlJsonSchemaExpression] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (RamlJsonSchemaExpression, B)
- Implicit
- This member is added by an implicit conversion from RamlJsonSchemaExpression to ArrowAssoc[RamlJsonSchemaExpression] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
adopt: (Shape) ⇒ Unit
- Definition Classes
- RamlJsonSchemaExpression → RamlExternalTypesParser
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildTextAndOrigin(): ValueAndOrigin
- Attributes
- protected
- Definition Classes
- RamlExternalTypesParser
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit val ctx: RamlWebApiContext
-
def
ensuring(cond: (RamlJsonSchemaExpression) ⇒ Boolean, msg: ⇒ Any): RamlJsonSchemaExpression
- Implicit
- This member is added by an implicit conversion from RamlJsonSchemaExpression to Ensuring[RamlJsonSchemaExpression] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (RamlJsonSchemaExpression) ⇒ Boolean): RamlJsonSchemaExpression
- Implicit
- This member is added by an implicit conversion from RamlJsonSchemaExpression to Ensuring[RamlJsonSchemaExpression] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): RamlJsonSchemaExpression
- Implicit
- This member is added by an implicit conversion from RamlJsonSchemaExpression to Ensuring[RamlJsonSchemaExpression] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): RamlJsonSchemaExpression
- Implicit
- This member is added by an implicit conversion from RamlJsonSchemaExpression to Ensuring[RamlJsonSchemaExpression] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
externalType: String
- Definition Classes
- RamlJsonSchemaExpression → RamlExternalTypesParser
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RamlJsonSchemaExpression to StringFormat[RamlJsonSchemaExpression] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getOrigin(node: YNode): Option[String]
- Attributes
- protected
- Definition Classes
- RamlExternalTypesParser
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTypeExpression(str: String): Boolean
- Definition Classes
- RamlTypeSyntax
- val key: YNode
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nestedTypeOrSchema(map: YMap): Option[YMapEntry]
- Attributes
- protected
- Definition Classes
- RamlTypeEntryParser
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parse(): AnyShape
- Definition Classes
- RamlExternalTypesParser
- val parseExample: Boolean
-
def
parseExamples(shape: AnyShape, map: YMap, options: ExampleOptions)(implicit ctx: ShapeParserContext): Unit
- Definition Classes
- ExampleParser
-
def
parseValue(origin: ValueAndOrigin): AnyShape
- Definition Classes
- RamlJsonSchemaExpression → RamlExternalTypesParser
-
def
parseWellKnownTypeRef(ramlType: String): Shape
- Definition Classes
- RamlTypeSyntax
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
val
shapeCtx: ShapeParserContext
- Definition Classes
- RamlJsonSchemaExpression → RamlExternalTypesParser
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toSchemaContext(ctx: WebApiContext, ast: YNode): OasWebApiContext
- Attributes
- protected
-
def
typeOrSchema(map: YMap): Option[YMapEntry]
- Attributes
- protected
- Definition Classes
- RamlTypeEntryParser
-
val
value: YNode
- Definition Classes
- RamlJsonSchemaExpression → RamlExternalTypesParser
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
wellKnownType(str: String, isRef: Boolean): Boolean
- Definition Classes
- RamlTypeSyntax
-
def
→[B](y: B): (RamlJsonSchemaExpression, B)
- Implicit
- This member is added by an implicit conversion from RamlJsonSchemaExpression to ArrowAssoc[RamlJsonSchemaExpression] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc