Packages

package codec

Package codec provides recheck types Decoder/Encoder of circe.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. codec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ConfigData(timeout: Duration, checker: Checker, maxAttackSize: Int, attackLimit: Int, randomSeed: Long, seedLimit: Int, incubationLimit: Int, crossSize: Int, mutateSize: Int, maxSeedSize: Int, maxGenerationSize: Int, maxIteration: Int, maxDegree: Int, heatRate: Double, usesAcceleration: Boolean, maxRepeatCount: Int, maxNFASize: Int, maxPatternSize: Int) extends Product with Serializable

    ConfigData is a state-less data object of the configuration to check.

Value Members

  1. implicit def decodeChecker: Decoder[Checker]

    A Decoder for Checker.

  2. implicit def encodeAttackComplexity: Encoder[AttackComplexity]

    An Encoder for AttackComplexity.

  3. implicit def encodeAttackPattern: Encoder[AttackPattern]

    An Encoder for AttackPattern.

  4. implicit def encodeChecker: Encoder[Checker]

    An Encoder for Checker.

  5. implicit def encodeDiagnostics: Encoder[Diagnostics]

    An Encoder for Diagnostics.

  6. implicit def encodeErrorKind: Encoder[ErrorKind]

    An Encoder for ErrorKind.

  7. implicit def encodeHotspot: Encoder[Hotspot]

    An Encoder for Hotspot.

  8. implicit def encodeUString: Encoder[UString]

    An Encoder for UString.

  9. object ConfigData extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped