package codec
Package codec provides recheck types Decoder/Encoder of circe.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- codec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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
- implicit def decodeChecker: Decoder[Checker]
A
DecoderforChecker. - implicit def encodeAttackComplexity: Encoder[AttackComplexity]
An
EncoderforAttackComplexity. - implicit def encodeAttackPattern: Encoder[AttackPattern]
An
EncoderforAttackPattern. - implicit def encodeChecker: Encoder[Checker]
An
EncoderforChecker. - implicit def encodeDiagnostics: Encoder[Diagnostics]
An
EncoderforDiagnostics. - implicit def encodeErrorKind: Encoder[ErrorKind]
An
EncoderforErrorKind. - implicit def encodeHotspot: Encoder[Hotspot]
An
EncoderforHotspot. - implicit def encodeUString: Encoder[UString]
An
EncoderforUString. - object ConfigData extends Serializable