Class AbstractFromCommandJsonDeserializer<T>

java.lang.Object
org.apache.fineract.infrastructure.core.serialization.AbstractFromCommandJsonDeserializer<T>
All Implemented Interfaces:
FromCommandJsonDeserializer<T>

public abstract class AbstractFromCommandJsonDeserializer<T> extends Object implements FromCommandJsonDeserializer<T>
Abstract implementation of FromCommandJsonDeserializer that can be extended for specific commands.