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.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommandFromCommandJson(Long codeId, String commandAsJson) commandFromCommandJson(String commandAsJson) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.fineract.infrastructure.core.serialization.FromCommandJsonDeserializer
commandFromCommandJson
-
Constructor Details
-
AbstractFromCommandJsonDeserializer
public AbstractFromCommandJsonDeserializer()
-
-
Method Details
-
commandFromCommandJson
- Specified by:
commandFromCommandJsonin interfaceFromCommandJsonDeserializer<T>
-
commandFromCommandJson
- Specified by:
commandFromCommandJsonin interfaceFromCommandJsonDeserializer<T>
-