org.sql2o.converters.EnumConverterFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anima Show documentation
Show all versions of anima Show documentation
Operate the database like a stream
package org.sql2o.converters;
/**
* Used by sql2o to convert a value from the database into an {@link Enum}.
*/
public interface EnumConverterFactory {
Converter newConverter(Class enumClass);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy