Class NoteCommandFromApiJsonDeserializer
java.lang.Object
org.apache.fineract.infrastructure.core.serialization.AbstractFromApiJsonDeserializer<NoteCommand>
org.apache.fineract.portfolio.note.serialization.NoteCommandFromApiJsonDeserializer
- All Implemented Interfaces:
org.apache.fineract.infrastructure.core.serialization.FromApiJsonDeserializer<NoteCommand>
@Component
public final class NoteCommandFromApiJsonDeserializer
extends org.apache.fineract.infrastructure.core.serialization.AbstractFromApiJsonDeserializer<NoteCommand>
Implementation of
FromApiJsonDeserializer for NoteCommand 's.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoteCommandFromApiJsonDeserializer(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper) -
Method Summary
-
Field Details
-
NOTE
- See Also:
-
-
Constructor Details
-
NoteCommandFromApiJsonDeserializer
@Autowired public NoteCommandFromApiJsonDeserializer(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper)
-
-
Method Details
-
commandFromApiJson
- Specified by:
commandFromApiJsonin interfaceorg.apache.fineract.infrastructure.core.serialization.FromApiJsonDeserializer<NoteCommand>- Specified by:
commandFromApiJsonin classorg.apache.fineract.infrastructure.core.serialization.AbstractFromApiJsonDeserializer<NoteCommand>
-
validateNote
-