Interface DocumentBuilder
@ProviderType
public interface DocumentBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setBoolean
(String name, Boolean value) setBooleans
(String name, Boolean... value) setDoubles
(String name, Double... values) setGeoLocationPoint
(String name, GeoLocationPoint values) setGeoLocationPoints
(String name, GeoLocationPoint... values) setInteger
(String name, Integer value) setIntegers
(String name, Integer... values) setStrings
(String name, String... value) setValues
(String name, Collection<Object> values) unsetValue
(String name)
-
Method Details
-
build
Document build() -
setBoolean
-
setBooleans
-
setDate
-
setDates
-
setDouble
-
setDoubles
-
setFloat
-
setFloats
-
setGeoLocationPoint
-
setGeoLocationPoints
-
setInteger
-
setIntegers
-
setLong
-
setLongs
-
setString
-
setStrings
-
setValue
-
setValues
-
unsetValue
-