Tabnine Logo
BsonDocumentBuilder.toBsonNumber
Code IndexAdd Tabnine to your IDE (free)

How to use
toBsonNumber
method
in
com.eightkdata.mongowp.utils.BsonDocumentBuilder

Best Java code snippets using com.eightkdata.mongowp.utils.BsonDocumentBuilder.toBsonNumber (Showing top 1 results out of 315)

origin: com.8kdata.mongowp/mongowp-core

public BsonDocumentBuilder appendNumber(NumberField<?> field, Number value) {
 Preconditions.checkState(!built);
 if (value == null) {
  return appendNull(field);
 }
 map.put(field.getFieldName(), toBsonNumber(value));
 return this;
}
com.eightkdata.mongowp.utilsBsonDocumentBuildertoBsonNumber

Popular methods of BsonDocumentBuilder

  • <init>
  • build
  • append
  • appendNull
  • appendUnsafe

Popular in Java

  • Updating database using SQL prepared statement
  • scheduleAtFixedRate (ScheduledExecutorService)
  • putExtra (Intent)
  • setScale (BigDecimal)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now