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

de.bild.codec.SpecialFieldsMap Maven / Gradle / Ivy

Go to download

A very fast POJO codec for MongoDB (used in conjunction with the Mongo Java Driver) that handles generic types as well as polymorphic class hierarchies

The newest version!
package de.bild.codec;


import java.util.Map;

/**
 * A marker interface to mark entity classes that are maps with special fields
 * Special fields can be declared by getter methods with a {@link de.bild.codec.annotations.FieldMapping} annotation
 */
public interface SpecialFieldsMap extends Map {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy