AbstractStateAggregateDeserializer
abstract class AbstractStateAggregateDeserializer<T : ReadOnlyStateAggregate<*>>(stateAggregateType: Class<T>) : StdDeserializer<T>
Inheritors
Properties
Functions
Link copied to clipboard
abstract fun createStateAggregate(stateRecord: JsonNode, stateAggregate: ReadOnlyStateAggregate<Any>): T
Link copied to clipboard
Link copied to clipboard
open fun deserializeWithType(p: JsonParser?, ctxt: DeserializationContext?, typeDeserializer: TypeDeserializer?): Any?
open fun deserializeWithType(p: JsonParser?, ctxt: DeserializationContext?, typeDeserializer: TypeDeserializer?, intoValue: T?): Any?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard