Uses of Class
org.pipservices3.data.persistence.JsonFilePersister
Packages that use JsonFilePersister
-
Uses of JsonFilePersister in org.pipservices3.data.persistence
Fields in org.pipservices3.data.persistence declared as JsonFilePersisterModifier and TypeFieldDescriptionprotected JsonFilePersister<T>
FilePersistence._persister
protected JsonFilePersister<T>
IdentifiableFilePersistence._persister
Constructors in org.pipservices3.data.persistence with parameters of type JsonFilePersisterModifierConstructorDescriptionprotected
FilePersistence
(Class<T> type, JsonFilePersister<T> persister) Creates a new instance of the persistence.protected
IdentifiableFilePersistence
(Class<T> type, JsonFilePersister<T> persister) Creates a new instance of the persistence.