vertx / io.vertx.reactivex.core.json / SingleUnmarshaller / <init>

<init>

SingleUnmarshaller(unwrap: Function<B, Buffer>, mappedType: Class<T>)
SingleUnmarshaller(unwrap: Function<B, Buffer>, mappedTypeRef: TypeReference<T>)
SingleUnmarshaller(unwrap: Function<B, Buffer>, mappedType: Class<T>, mapper: ObjectMapper)
SingleUnmarshaller(unwrap: Function<B, Buffer>, mappedTypeRef: TypeReference<T>, mapper: ObjectMapper)