All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.fortnox.reactivewizard.db.deserializing.Deserializer Maven / Gradle / Ivy

There is a newer version: 24.6.0
Show newest version
package se.fortnox.reactivewizard.db.deserializing;

import java.lang.reflect.InvocationTargetException;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Optional;

interface Deserializer {
    Optional deserialize(ResultSet rs) throws SQLException,
        InvocationTargetException, IllegalAccessException,
        InstantiationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy