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

uk.dioxic.mgenerate.common.ResolvableBuilder Maven / Gradle / Ivy

The newest version!
package uk.dioxic.mgenerate.common;

import org.bson.Document;

public interface ResolvableBuilder {

    T build();

    ResolvableBuilder document(Document document);

    ResolvableBuilder singleValue(Object value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy