abstract class UnmarshallerOperator<T : Any, B : Any> : Operator<T, B>
An operator
Author
Julien Viet
UnmarshallerOperator(mappedType: Class<T>)UnmarshallerOperator(mappedType: Class<T>, mapper: ObjectMapper)UnmarshallerOperator(mappedTypeRef: TypeReference<T>)UnmarshallerOperator(mappedTypeRef: TypeReference<T>, mapper: ObjectMapper) |
open fun call(subscriber: Subscriber<in T>): Subscriber<in B> |
|
abstract fun unwrap(buffer: B): Buffer |