case class Async3MessageTraitPopulator()(implicit ctx: AsyncWebApiContext) extends Async3MessagePopulator with AsyncMessageTraitPopulator with Product with Serializable
- Alphabetic
- By Inheritance
- Async3MessageTraitPopulator
- Serializable
- Serializable
- Product
- Equals
- AsyncMessageTraitPopulator
- Async3MessagePopulator
- Async24MessagePopulator
- Async21MessagePopulator
- Async20MessagePopulator
- Async2MessagePopulator
- SpecParserOps
- QuickFieldParserOps
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Async3MessageTraitPopulator()(implicit ctx: AsyncWebApiContext)
Type Members
-
case class
MessageExamples(headers: Seq[Example], payload: Seq[Example]) extends Product with Serializable
- Definition Classes
- Async2MessagePopulator
-
implicit
class
FieldOps extends AnyRef
- Definition Classes
- QuickFieldParserOps
-
class
ObjectField extends (YMapEntry) ⇒ Unit
- Definition Classes
- QuickFieldParserOps
-
trait
Target extends AnyRef
- Definition Classes
- QuickFieldParserOps
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 Async3MessageTraitPopulator to any2stringadd[Async3MessageTraitPopulator] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (Async3MessageTraitPopulator, B)
- Implicit
- This member is added by an implicit conversion from Async3MessageTraitPopulator to ArrowAssoc[Async3MessageTraitPopulator] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addExampleNaming(node: YMap, example: Example): Example
- Attributes
- protected
- Definition Classes
- Async21MessagePopulator → Async2MessagePopulator
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
checkBalancedParams(path: String, value: YNode, node: AmfObject, property: String, ctx: WebApiContext): Unit
- Attributes
- protected
- Definition Classes
- SpecParserOps
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
ensuring(cond: (Async3MessageTraitPopulator) ⇒ Boolean, msg: ⇒ Any): Async3MessageTraitPopulator
- Implicit
- This member is added by an implicit conversion from Async3MessageTraitPopulator to Ensuring[Async3MessageTraitPopulator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Async3MessageTraitPopulator) ⇒ Boolean): Async3MessageTraitPopulator
- Implicit
- This member is added by an implicit conversion from Async3MessageTraitPopulator to Ensuring[Async3MessageTraitPopulator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Async3MessageTraitPopulator
- Implicit
- This member is added by an implicit conversion from Async3MessageTraitPopulator to Ensuring[Async3MessageTraitPopulator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Async3MessageTraitPopulator
- Implicit
- This member is added by an implicit conversion from Async3MessageTraitPopulator to Ensuring[Async3MessageTraitPopulator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
getAnnotationsFromMap(map: YMap, key: String): Annotations
- Attributes
- protected
- Definition Classes
- SpecParserOps
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
innerPopulate(map: YMap, message: Message)(implicit ctx: AsyncWebApiContext): Message
- Attributes
- protected
- Definition Classes
- AsyncMessageTraitPopulator
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
parseMessageIdBodyField(map: YMap, message: Message): Unit
AsyncAPI 3.0 §A.2.16: the message id IS the YAML map key, not a body-level field.
AsyncAPI 3.0 §A.2.16: the message id IS the YAML map key, not a body-level field. The 2.4+ body-level
messageId:is no longer valid, and is rejected by the closed-shape check inAsync3Syntax.- Attributes
- protected
- Definition Classes
- Async3MessagePopulator → Async24MessagePopulator
-
def
parsePayload(map: YMap, message: Message): Unit
AsyncAPI 3.0 moves
schemaFormatfrom the message level into the payload as part of a Multi Format Schema Object:payload: { schemaFormat: <iri>, schema: <schema> }.AsyncAPI 3.0 moves
schemaFormatfrom the message level into the payload as part of a Multi Format Schema Object:payload: { schemaFormat: <iri>, schema: <schema> }. The bare schema form (no wrapper) is also permitted; in that case the document's default schema format applies (effectively the inherited 2.xparseSchemapath).contentTypestays at the message level in 3.0 — onlyschemaFormatand the new optionalschema:wrapper differ from 2.x.- Attributes
- protected
- Definition Classes
- Async3MessagePopulator → Async2MessagePopulator
-
def
parseSchema(map: YMap, payload: Payload): Unit
- Attributes
- protected
- Definition Classes
- Async3MessageTraitPopulator → Async2MessagePopulator
-
def
parseTraits(map: YMap, message: Message): Unit
- Attributes
- protected
- Definition Classes
- Async3MessageTraitPopulator → Async2MessagePopulator
-
def
populate(map: YMap, message: Message): Message
- Definition Classes
- Async3MessageTraitPopulator → Async24MessagePopulator → Async2MessagePopulator
-
def
shouldParsePayloadModel(map: YMap): Boolean
- Attributes
- protected
- Definition Classes
- Async3MessagePopulator → Async2MessagePopulator
-
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
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (Async3MessageTraitPopulator, B)
- Implicit
- This member is added by an implicit conversion from Async3MessageTraitPopulator to ArrowAssoc[Async3MessageTraitPopulator] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Async3MessageTraitPopulator to StringFormat[Async3MessageTraitPopulator] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)instead ofvalue.formatted(formatString), or use thef""string interpolator. In Java 15 and later,formattedresolves to the new method in String which has reversed parameters.