T - type of objects to put.public abstract class PutResolver<T>
extends java.lang.Object
DefaultPutResolver| Constructor and Description |
|---|
PutResolver() |
| Modifier and Type | Method and Description |
|---|---|
abstract PutResult |
performPut(StorIOSQLite storIOSQLite,
T object)
Performs put of an object.
|
@NonNull public abstract PutResult performPut(@NonNull StorIOSQLite storIOSQLite, @NonNull T object)
storIOSQLite - StorIOSQLite instance to perform put into.object - non-null object that should be put into StorIOSQLite.