uk.dioxic.mgenerate.common.ResolvableBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mgenerate-common Show documentation
Show all versions of mgenerate-common Show documentation
Common code for mgenerate4j
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