
com.spikeify.ConverterFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Simple ORM for Aerospike
package com.spikeify;
import java.lang.reflect.Field;
public interface ConverterFactory {
Converter init(Field field);
boolean canConvert(Class type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy