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

net.optionfactory.hj.JsonDriverLocator Maven / Gradle / Ivy

Go to download

Custom Hibernate types for serializing fields as JSON, using either jackson or gson

There is a newer version: 6.7
Show newest version
package net.optionfactory.hj;

import java.lang.annotation.Annotation;
import java.util.Optional;

/**
 *
 * @author rferranti
 */
public interface JsonDriverLocator {

    JsonDriver locate(Annotation[] fieldAnnotations, Optional name);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy