Packages

c

io.jobial.scase.marshalling.tibrv.sprayjson

TibrvMsgSprayJsonMarshallingTest

class TibrvMsgSprayJsonMarshallingTest extends AsyncFlatSpec with TibrvMsgMarshallingTestSupport with TibrvMsgSprayJsonMarshallingInstances

Linear Supertypes
TibrvMsgSprayJsonMarshallingInstances, EitherUtil, CollectionFormats, DefaultFormats, MarshallingUtils, AdditionalFormats, StandardFormats, ProductFormats, ProductFormatsInstances, TibrvMsgMarshallingTestSupport, MarshallingTestSupport, ServiceTestModel, ScaseTestHelper, StrictCatsEquality, LowPriorityStrictCatsConstraints, AsyncFlatSpec, AsyncFlatSpecLike, Documenting, Alerting, Notifying, Informing, CanVerb, MustVerb, ShouldVerb, AsyncTestRegistration, AsyncTestSuite, CompleteLastly, RecoverMethods, Suite, Serializable, Serializable, Assertions, TripleEquals, TripleEqualsSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TibrvMsgSprayJsonMarshallingTest
  2. TibrvMsgSprayJsonMarshallingInstances
  3. EitherUtil
  4. CollectionFormats
  5. DefaultFormats
  6. MarshallingUtils
  7. AdditionalFormats
  8. StandardFormats
  9. ProductFormats
  10. ProductFormatsInstances
  11. TibrvMsgMarshallingTestSupport
  12. MarshallingTestSupport
  13. ServiceTestModel
  14. ScaseTestHelper
  15. StrictCatsEquality
  16. LowPriorityStrictCatsConstraints
  17. AsyncFlatSpec
  18. AsyncFlatSpecLike
  19. Documenting
  20. Alerting
  21. Notifying
  22. Informing
  23. CanVerb
  24. MustVerb
  25. ShouldVerb
  26. AsyncTestRegistration
  27. AsyncTestSuite
  28. CompleteLastly
  29. RecoverMethods
  30. Suite
  31. Serializable
  32. Serializable
  33. Assertions
  34. TripleEquals
  35. TripleEqualsSupport
  36. AnyRef
  37. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TibrvMsgSprayJsonMarshallingTest()

Type Members

  1. final class BehaviorWord extends AnyRef
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  2. class CheckingEqualizer[L] extends AnyRef
    Definition Classes
    TripleEqualsSupport
  3. implicit class EitherExtension[+A, +B] extends AnyRef
    Definition Classes
    EitherUtil
  4. class Equalizer[L] extends AnyRef
    Definition Classes
    TripleEqualsSupport
  5. final class IgnoreVerbString extends AnyRef
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  6. final class IgnoreVerbStringTaggedAs extends AnyRef
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  7. final class IgnoreWord extends AnyRef
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  8. final class InAndIgnoreMethods extends AnyRef
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  9. final class InAndIgnoreMethodsAfterTaggedAs extends AnyRef
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  10. final class ItVerbString extends AnyRef
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  11. final class ItVerbStringTaggedAs extends AnyRef
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  12. final class ItWord extends AnyRef
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  13. trait NoArgAsyncTest extends () ⇒ FutureOutcome with TestData
    Definition Classes
    AsyncTestSuite
  14. class OptionFormat[T] extends (StandardFormats.this)#JF[Option[T]]
    Definition Classes
    StandardFormats
  15. class ResultOfCompleteInvocation[T] extends AnyRef
    Definition Classes
    CompleteLastly
  16. trait StringCanWrapperForVerb extends AnyRef
    Definition Classes
    CanVerb
  17. trait StringMustWrapperForVerb extends AnyRef
    Definition Classes
    MustVerb
  18. trait StringShouldWrapperForVerb extends AnyRef
    Definition Classes
    ShouldVerb
  19. final class TheyVerbString extends AnyRef
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  20. final class TheyVerbStringTaggedAs extends AnyRef
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  21. final class TheyWord extends AnyRef
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  22. implicit class TryExtension[T] extends AnyRef
    Definition Classes
    EitherUtil

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]
    Definition Classes
    TripleEqualsSupport
  3. def !==(right: Null): TripleEqualsInvocation[Null]
    Definition Classes
    TripleEqualsSupport
  4. def !==[T](right: T): TripleEqualsInvocation[T]
    Definition Classes
    TripleEqualsSupport
  5. final def ##(): Int
    Definition Classes
    AnyRef → Any
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def ===[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]
    Definition Classes
    TripleEqualsSupport
  8. def ===(right: Null): TripleEqualsInvocation[Null]
    Definition Classes
    TripleEqualsSupport
  9. def ===[T](right: T): TripleEqualsInvocation[T]
    Definition Classes
    TripleEqualsSupport
  10. implicit val addressFormat: RootJsonFormat[Address]
  11. def alert: Alerter
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike → Alerting
  12. implicit def arrayFormat[T](implicit arg0: JsonFormat[T], arg1: ClassTag[T]): RootJsonFormat[Array[T]] { def write(array: Array[T]): spray.json.JsArray }
    Definition Classes
    CollectionFormats
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. macro def assert(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  15. macro def assert(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  16. macro def assertCompiles(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  17. macro def assertDoesNotCompile(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  18. def assertResult(expected: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  19. def assertResult(expected: Any, clue: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  20. def assertThrows[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): Assertion
    Definition Classes
    Assertions
  21. macro def assertTypeError(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  22. implicit def assertionsToFutureAssert(l: IO[List[Assertion]]): Future[Assertion]
    Definition Classes
    ScaseTestHelper
  23. implicit def assertionsToIOAssert(l: IO[List[Assertion]]): IO[Assertion]
    Definition Classes
    ScaseTestHelper
  24. macro def assume(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  25. macro def assume(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  26. val behave: BehaveWord
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  27. val behavior: BehaviorWord
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  28. implicit val boolJsFormat: spray.json.DefaultJsonProtocol.BooleanJsonFormat.type
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  29. def cancel(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  30. def cancel(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  31. def cancel(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  32. def cancel()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  33. implicit def catsCanEqual[A, B](implicit A: Eq[A], ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    StrictCatsEquality
  34. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  35. def complete[T](completeBlock: ⇒ T)(implicit futuristic: Futuristic[T]): ResultOfCompleteInvocation[T]
    Definition Classes
    CompleteLastly
  36. implicit val concurrent: Concurrent[IO]
    Definition Classes
    ScaseTestHelper
  37. implicit val contextShift: ContextShift[IO]
    Definition Classes
    ScaseTestHelper
  38. implicit def convertAssertionToFutureAssertion(assertion: Assertion): Future[Assertion]
    Definition Classes
    AsyncTestSuite
  39. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  40. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  41. implicit def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]
    Definition Classes
    StrictCatsEquality → TripleEquals → TripleEqualsSupport
  42. def convertToEqualizer[T](left: T): Equalizer[T]
    Definition Classes
    StrictCatsEquality → TripleEquals → TripleEqualsSupport
  43. implicit def convertToInAndIgnoreMethods(resultOfStringPassedToVerb: ResultOfStringPassedToVerb): InAndIgnoreMethods
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  44. implicit def convertToInAndIgnoreMethodsAfterTaggedAs(resultOfTaggedAsInvocation: ResultOfTaggedAsInvocation): InAndIgnoreMethodsAfterTaggedAs
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  45. implicit def convertToStringCanWrapper(o: String)(implicit position: Position): StringCanWrapperForVerb
    Definition Classes
    CanVerb
  46. implicit def convertToStringMustWrapperForVerb(o: String)(implicit position: Position): StringMustWrapperForVerb
    Definition Classes
    MustVerb
  47. implicit def convertToStringShouldWrapperForVerb(o: String)(implicit position: Position): StringShouldWrapperForVerb
    Definition Classes
    ShouldVerb
  48. def createThrowable(className: String, message: String): Throwable
    Definition Classes
    MarshallingUtils
  49. val dateTimeClassName: String
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  50. implicit val dateTimeEq: Eq[DateTime]
  51. implicit val dateTimeJsFormat: JsonFormat[DateTime]
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  52. def defaultEquality[A]: Equality[A]
    Definition Classes
    TripleEqualsSupport
  53. implicit val doubleJsFormat: JsonFormat[Double]
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  54. val ec: ExecutionContextExecutor
    Definition Classes
    ScaseTestHelper
  55. implicit def eitherFormat[A, B](implicit arg0: JsonFormat[A], arg1: JsonFormat[B]): JsonFormat[Either[A, B]]
    Definition Classes
    DefaultFormats → StandardFormats
  56. implicit def employeeMarshaller: Marshaller[Employee]
  57. implicit def employeeUnmarshaller: Unmarshaller[Employee]
  58. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  59. implicit val eqTestRequest1: Eq[TestRequest1]
    Definition Classes
    ServiceTestModel
  60. implicit val eqTestResp: Eq[Resp]
    Definition Classes
    ServiceTestModel
  61. implicit val eqTestResp1: Eq[Resp1]
    Definition Classes
    ServiceTestModel
  62. implicit val eqTestResponse: Eq[TestResponse]
    Definition Classes
    ServiceTestModel
  63. implicit val eqTestResponse1: Eq[TestResponse1]
    Definition Classes
    ServiceTestModel
  64. implicit val eqTestResponse2: Eq[TestResponse2]
    Definition Classes
    ServiceTestModel
  65. implicit val eqThrowable: Eq[Throwable]
    Definition Classes
    ServiceTestModel
  66. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  67. final def execute(testName: String, configMap: ConfigMap, color: Boolean, durations: Boolean, shortstacks: Boolean, fullstacks: Boolean, stats: Boolean): Unit
    Definition Classes
    Suite
  68. implicit def executionContext: ExecutionContext
    Definition Classes
    AsyncTestSuite
  69. def expectedTestCount(filter: Filter): Int
    Definition Classes
    Suite
  70. def extractFieldNames(tag: ClassTag[_]): Array[String]
    Attributes
    protected
    Definition Classes
    ProductFormats
  71. def fail(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  72. def fail(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  73. def fail(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  74. def fail()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  75. implicit def fromEitherResult(r: Either[Throwable, Assertion]): Future[Assertion]
    Definition Classes
    ScaseTestHelper
  76. def fromField[T](value: JsValue, fieldName: String)(implicit reader: JsonReader[T]): T
    Attributes
    protected
    Definition Classes
    ProductFormats
  77. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  78. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  79. val ignore: IgnoreWord
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  80. implicit def immIndexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]
    Definition Classes
    CollectionFormats
  81. implicit def immIterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]
    Definition Classes
    CollectionFormats
  82. implicit def immLinearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]
    Definition Classes
    CollectionFormats
  83. implicit def immSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]
    Definition Classes
    CollectionFormats
  84. implicit def immSetFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]
    Definition Classes
    CollectionFormats
  85. implicit def indexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]
    Definition Classes
    CollectionFormats
  86. def info: Informer
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike → Informing
  87. implicit val intJsFormat: JsonFormat[Int]
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  88. def intercept[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): T
    Definition Classes
    Assertions
  89. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  90. val it: ItWord
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  91. implicit def iterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]
    Definition Classes
    CollectionFormats
  92. def jsonFormat[T](reader: JsonReader[T], writer: JsonWriter[T]): JsonFormat[T]
    Definition Classes
    AdditionalFormats
  93. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String, fieldName22: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21], arg21: JF[P22]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  94. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  95. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  96. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  97. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  98. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  99. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  100. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  101. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  102. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  103. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  104. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  105. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  106. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  107. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  108. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  109. def jsonFormat[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  110. def jsonFormat[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  111. def jsonFormat[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  112. def jsonFormat[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  113. def jsonFormat[P1, P2, T <: Product](construct: (P1, P2) ⇒ T, fieldName1: String, fieldName2: String)(implicit arg0: JF[P1], arg1: JF[P2]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  114. def jsonFormat[P1, T <: Product](construct: (P1) ⇒ T, fieldName1: String)(implicit arg0: JF[P1]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  115. def jsonFormat0[T](construct: () ⇒ T): RootJsonFormat[T]
    Definition Classes
    ProductFormats
  116. def jsonFormat1[P1, T <: Product](construct: (P1) ⇒ T)(implicit arg0: JF[P1], arg1: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  117. def jsonFormat10[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  118. def jsonFormat11[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  119. def jsonFormat12[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  120. def jsonFormat13[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  121. def jsonFormat14[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  122. def jsonFormat15[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  123. def jsonFormat16[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  124. def jsonFormat17[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  125. def jsonFormat18[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  126. def jsonFormat19[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  127. def jsonFormat2[P1, P2, T <: Product](construct: (P1, P2) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  128. def jsonFormat20[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  129. def jsonFormat21[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21], arg21: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  130. def jsonFormat22[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21], arg21: JF[P22], arg22: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  131. def jsonFormat3[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  132. def jsonFormat4[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  133. def jsonFormat5[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  134. def jsonFormat6[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  135. def jsonFormat7[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  136. def jsonFormat8[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  137. def jsonFormat9[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  138. def lazyFormat[T](format: ⇒ JsonFormat[T]): JsonFormat[T] { lazy val delegate: spray.json.JsonFormat[T] }
    Definition Classes
    AdditionalFormats
  139. def lift[T <: AnyRef](reader: RootJsonReader[T]): RootJsonFormat[T]
    Definition Classes
    AdditionalFormats
  140. def lift[T <: AnyRef](reader: JsonReader[T]): JsonFormat[T]
    Definition Classes
    AdditionalFormats
  141. def lift[T](writer: RootJsonWriter[T]): RootJsonFormat[T]
    Definition Classes
    AdditionalFormats
  142. def lift[T](writer: JsonWriter[T]): JsonFormat[T] { def read(value: spray.json.JsValue): Nothing }
    Definition Classes
    AdditionalFormats
  143. implicit def linearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]
    Definition Classes
    CollectionFormats
  144. implicit def listFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[List[T]] { def write(list: List[T]): spray.json.JsArray }
    Definition Classes
    CollectionFormats
  145. val localDateClassName: String
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  146. implicit val localDateEq: Eq[LocalDate]
  147. implicit val localDateJsFormat: JsonFormat[LocalDate]
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  148. implicit val longJsFormat: JsonFormat[Long]
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  149. implicit def lowPriorityCatsCanEqual[A, B](implicit B: Eq[B], ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    LowPriorityStrictCatsConstraints
  150. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  151. implicit def mapFormat[K, V](implicit arg0: JsonFormat[K], arg1: JsonFormat[V]): RootJsonFormat[Map[K, V]] { def write(m: Map[K,V]): spray.json.JsObject }
    Definition Classes
    CollectionFormats
  152. def markup: Documenter
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike → Documenting
  153. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  154. def nestedSuites: IndexedSeq[Suite]
    Definition Classes
    Suite
  155. def note: Notifier
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike → Notifying
  156. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  157. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  158. val onGithub: Boolean
    Definition Classes
    ScaseTestHelper
  159. val onMacOS: Boolean
    Definition Classes
    ScaseTestHelper
  160. implicit def optionFormat[T](implicit arg0: JsonFormat[T]): spray.json.DefaultJsonProtocol.JF[Option[T]]
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances → StandardFormats
  161. def parallelAsyncTestExecution: Boolean
    Attributes
    protected[scalatest]
    Definition Classes
    AsyncTestSuite
  162. def pending: Assertion with PendingStatement
    Definition Classes
    Assertions
  163. def pendingUntilFixed(f: ⇒ Unit)(implicit pos: Position): Assertion with PendingStatement
    Definition Classes
    Assertions
  164. def productElement2Field[T](fieldName: String, p: Product, ix: Int, rest: List[JsField])(implicit writer: JsonWriter[T]): List[JsField]
    Attributes
    protected
    Definition Classes
    ProductFormats
  165. def recoverToExceptionIf[T <: AnyRef](future: Future[Any])(implicit classTag: ClassTag[T], exCtx: ExecutionContext, pos: Position): Future[T]
    Definition Classes
    RecoverMethods
  166. def recoverToSucceededIf[T <: AnyRef](io: IO[Any])(implicit classTag: ClassTag[T], pos: Position): IO[Assertion]
    Definition Classes
    ScaseTestHelper
  167. def recoverToSucceededIf[T <: AnyRef](future: Future[Any])(implicit classTag: ClassTag[T], exCtx: ExecutionContext, pos: Position): Future[Assertion]
    Definition Classes
    RecoverMethods
  168. final def registerAsyncTest(testText: String, testTags: Tag*)(testFun: ⇒ Future[Assertion])(implicit pos: Position): Unit
    Definition Classes
    AsyncFlatSpecLike → AsyncTestRegistration
  169. final def registerIgnoredAsyncTest(testText: String, testTags: Tag*)(testFun: ⇒ Future[Assertion])(implicit pos: Position): Unit
    Definition Classes
    AsyncFlatSpecLike → AsyncTestRegistration
  170. implicit def req1Resp1Mapping: RequestResponseMapping[Req1, Resp1]
    Definition Classes
    ServiceTestModel
  171. val request1: TestRequest1
    Definition Classes
    ServiceTestModel
  172. val request2: TestRequest2
    Definition Classes
    ServiceTestModel
  173. def rerunner: Option[String]
    Definition Classes
    Suite
  174. val response1: TestResponse1
    Definition Classes
    ServiceTestModel
  175. val response2: TestResponse2
    Definition Classes
    ServiceTestModel
  176. def rootFormat[T](format: JsonFormat[T]): RootJsonFormat[T]
    Definition Classes
    AdditionalFormats
  177. def rootJsonFormat[T](reader: RootJsonReader[T], writer: RootJsonWriter[T]): RootJsonFormat[T]
    Definition Classes
    AdditionalFormats
  178. def run(testName: Option[String], args: Args): Status
    Definition Classes
    AsyncFlatSpecLike → Suite
  179. implicit def runIOResult(r: IO[Assertion]): Future[Assertion]
    Definition Classes
    ScaseTestHelper
  180. def runNestedSuites(args: Args): Status
    Attributes
    protected
    Definition Classes
    Suite
  181. def runTest(testName: String, args: Args): Status
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike → AsyncTestSuite → Suite
  182. def runTests(testName: Option[String], args: Args): Status
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike → Suite
  183. def safeReader[A](implicit arg0: JsonReader[A]): JsonReader[Either[Exception, A]]
    Definition Classes
    AdditionalFormats
  184. implicit def seqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]
    Definition Classes
    CollectionFormats
  185. implicit def setFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]
    Definition Classes
    CollectionFormats
  186. implicit val shorthandSharedTestRegistrationFunction: StringVerbBehaveLikeInvocation
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  187. implicit val shorthandTestRegistrationFunction: StringVerbStringInvocation
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  188. implicit val stringJsFormat: spray.json.DefaultJsonProtocol.StringJsonFormat.type
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  189. final val succeed: Assertion
    Definition Classes
    Assertions
  190. def suiteId: String
    Definition Classes
    Suite
  191. def suiteName: String
    Definition Classes
    Suite
  192. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  193. def tags: Map[String, Set[String]]
    Definition Classes
    AsyncFlatSpecLike → Suite
  194. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData
    Definition Classes
    AsyncFlatSpecLike → Suite
  195. def testJavaMarshalling[M](message: M, marshalling: Marshalling[M])(implicit arg0: Eq[M]): IO[Assertion]
    Definition Classes
    MarshallingTestSupport
  196. def testMarshalling[M](message: M, marshalling: Marshalling[M], testUnmarshalError: Boolean)(implicit arg0: Marshaller[M], arg1: Unmarshaller[M], arg2: Eq[M], eitherMarshaller: Marshaller[Either[Throwable, M]], throwableMarshaller: Marshaller[Throwable], eitherUnmarshaller: Unmarshaller[Either[Throwable, M]], throwableUnmarshaller: Unmarshaller[Throwable]): IO[List[Assertion]]
    Definition Classes
    MarshallingTestSupport
  197. def testMarshalling[M](message: M, testUnmarshalError: Boolean)(implicit arg0: Marshaller[M], arg1: Unmarshaller[M], arg2: Eq[M]): IO[Assertion]
    Definition Classes
    MarshallingTestSupport
  198. def testMarshallingWithDefaultFormats[M](message: M, testUnmarshalError: Boolean)(implicit arg0: Marshaller[M], arg1: Unmarshaller[M], arg2: Eq[M], eitherMarshaller: Marshaller[Either[Throwable, M]], throwableMarshaller: Marshaller[Throwable], eitherUnmarshaller: Unmarshaller[Either[Throwable, M]], throwableUnmarshaller: Unmarshaller[Throwable]): IO[Assertion]
    Definition Classes
    MarshallingTestSupport
  199. def testNames: Set[String]
    Definition Classes
    AsyncFlatSpecLike → Suite
  200. implicit val testPersonFormat: RootJsonFormat[Employee]
  201. implicit val testRequest1Format: RootJsonFormat[TestRequest1]
  202. implicit val testResponse1Format: RootJsonFormat[TestResponse1]
  203. val they: TheyWord
    Attributes
    protected
    Definition Classes
    AsyncFlatSpecLike
  204. implicit def throwableJsonFormat: JsonFormat[Throwable] { def write(obj: Throwable): spray.json.JsObject }
    Definition Classes
    DefaultFormats
  205. implicit val tibrvDateEq: Eq[TibrvDate]
  206. implicit def tibrvMsgSprayJsonMarshaller[M](implicit arg0: JsonWriter[M]): BinaryFormatMarshaller[M]
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  207. implicit def tibrvMsgSprayJsonUnmarshaller[M](implicit arg0: JsonReader[M]): BinaryFormatUnmarshaller[M]
    Definition Classes
    TibrvMsgSprayJsonMarshallingInstances
  208. implicit val timer: Timer[IO]
    Definition Classes
    ScaseTestHelper
  209. def toString(): String
    Definition Classes
    AsyncFlatSpec → AnyRef → Any
  210. implicit def tuple1Format[A](implicit arg0: JF[A]): JF[(A)]
    Definition Classes
    StandardFormats
  211. implicit def tuple2Format[A, B](implicit arg0: JF[A], arg1: JF[B]): RootJsonFormat[(A, B)] { def write(t: (A, B)): spray.json.JsArray }
    Definition Classes
    StandardFormats
  212. implicit def tuple3Format[A, B, C](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C]): RootJsonFormat[(A, B, C)] { def write(t: (A, B, C)): spray.json.JsArray }
    Definition Classes
    StandardFormats
  213. implicit def tuple4Format[A, B, C, D](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D]): RootJsonFormat[(A, B, C, D)] { def write(t: (A, B, C, D)): spray.json.JsArray }
    Definition Classes
    StandardFormats
  214. implicit def tuple5Format[A, B, C, D, E](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E]): RootJsonFormat[(A, B, C, D, E)] { def write(t: (A, B, C, D, E)): spray.json.JsArray }
    Definition Classes
    StandardFormats
  215. implicit def tuple6Format[A, B, C, D, E, F](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F]): RootJsonFormat[(A, B, C, D, E, F)] { def write(t: (A, B, C, D, E, F)): spray.json.JsArray }
    Definition Classes
    StandardFormats
  216. implicit def tuple7Format[A, B, C, D, E, F, G](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F], arg6: JF[G]): RootJsonFormat[(A, B, C, D, E, F, G)] { def write(t: (A, B, C, D, E, F, G)): spray.json.JsArray }
    Definition Classes
    StandardFormats
  217. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  218. def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): CanEqual[A, B]
    Definition Classes
    StrictCatsEquality → TripleEquals → TripleEqualsSupport
  219. implicit def vectorFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Vector[T]]
    Definition Classes
    CollectionFormats
  220. def viaSeq[I <: Iterable[T], T](f: (Seq[T]) ⇒ I)(implicit arg0: JsonFormat[T]): RootJsonFormat[I]
    Definition Classes
    CollectionFormats
  221. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  222. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  223. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  224. def withClue[T](clue: Any)(fun: ⇒ T): T
    Definition Classes
    Assertions
  225. def withFixture(test: NoArgAsyncTest): FutureOutcome
    Definition Classes
    AsyncTestSuite
  226. implicit object JsValueFormat extends JsonFormat[JsValue]
    Definition Classes
    AdditionalFormats
  227. implicit object RootJsArrayFormat extends RootJsonFormat[JsArray]
    Definition Classes
    AdditionalFormats
  228. implicit object RootJsObjectFormat extends RootJsonFormat[JsObject]
    Definition Classes
    AdditionalFormats

Deprecated Value Members

  1. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The conversionCheckedConstraint method has been deprecated and will be removed in a future version of ScalaTest. It is no longer needed now that the deprecation period of ConversionCheckedTripleEquals has expired. It will not be replaced.

  2. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) ⇒ B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The convertEquivalenceToAToBConversionConstraint method has been deprecated and will be removed in a future version of ScalaTest. It is no longer needed now that the deprecation period of ConversionCheckedTripleEquals has expired. It will not be replaced.

  3. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) ⇒ A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The convertEquivalenceToBToAConversionConstraint method has been deprecated and will be removed in a future version of ScalaTest. It is no longer needed now that the deprecation period of ConversionCheckedTripleEquals has expired. It will not be replaced.

  4. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  5. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The lowPriorityConversionCheckedConstraint method has been deprecated and will be removed in a future version of ScalaTest. It is no longer needed now that the deprecation period of ConversionCheckedTripleEquals has expired. It will not be replaced.

  6. final val styleName: String
    Definition Classes
    AsyncFlatSpecLike → Suite
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement.

Inherited from TibrvMsgSprayJsonMarshallingInstances

Inherited from EitherUtil

Inherited from CollectionFormats

Inherited from DefaultFormats

Inherited from MarshallingUtils

Inherited from AdditionalFormats

Inherited from StandardFormats

Inherited from ProductFormats

Inherited from ProductFormatsInstances

Inherited from MarshallingTestSupport

Inherited from ServiceTestModel

Inherited from ScaseTestHelper

Inherited from StrictCatsEquality

Inherited from LowPriorityStrictCatsConstraints

Inherited from AsyncFlatSpec

Inherited from AsyncFlatSpecLike

Inherited from Documenting

Inherited from Alerting

Inherited from Notifying

Inherited from Informing

Inherited from CanVerb

Inherited from MustVerb

Inherited from ShouldVerb

Inherited from AsyncTestRegistration

Inherited from AsyncTestSuite

Inherited from CompleteLastly

Inherited from RecoverMethods

Inherited from Suite

Inherited from Serializable

Inherited from Serializable

Inherited from Assertions

Inherited from TripleEquals

Inherited from TripleEqualsSupport

Inherited from AnyRef

Inherited from Any

Ungrouped