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

restx.types.JongoRawTypesDefinition Maven / Gradle / Ivy

The newest version!
package restx.types;

import org.bson.types.ObjectId;

public class JongoRawTypesDefinition extends RawTypesDefinition.ClassBasedRawTypesDefinition {
    public JongoRawTypesDefinition() {
        super(ObjectId.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy