
org.bdd.reporting.kafka.CommonFeatureJsonDeserializer.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bdd-reporting-service Show documentation
Show all versions of bdd-reporting-service Show documentation
BDD Enterprise Reporting Server. This server provides the ability to upload reports from tools like Cucumber,
SpecFlow, Pickles and the information is then aggregated into a central view across all projects.
The newest version!
package org.bdd.reporting.kafka
//import com.fasterxml.jackson.databind.ObjectMapper
//import org.apache.kafka.common.serialization.Deserializer
//import org.bdd.reporting.data.CommonFeature
//
///**
// * Created by Grant Little [email protected]
// */
//class CommonFeatureJsonDeserializer : Deserializer {
//
// private val objectMapper : ObjectMapper = ObjectMapper()
// override fun configure(p0: MutableMap?, p1: Boolean) {
// }
//
// override fun close() {
// }
//
// override fun deserialize(p0: String?, p1: ByteArray?): CommonFeature {
// return objectMapper.readValue(p1, CommonFeature::class.java)
// }
//}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy