Tabnine Logo
DefaultDeserializationContext.createInstance
Code IndexAdd Tabnine to your IDE (free)

How to use
createInstance
method
in
com.fasterxml.jackson.databind.deser.DefaultDeserializationContext

Best Java code snippets using com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.createInstance (Showing top 14 results out of 315)

origin: redisson/redisson

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected DefaultDeserializationContext createDeserializationContext(JsonParser p) {
  return _context.createInstance(_config, p, _injectableValues);
}
origin: redisson/redisson

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected DefaultDeserializationContext createDeserializationContext(JsonParser p,
    DeserializationConfig cfg) {
  return _deserializationContext.createInstance(cfg, p, _injectableValues);
}
origin: com.ning.billing/killbill-osgi-bundles-analytics

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected final DefaultDeserializationContext createDeserializationContext(JsonParser jp,
    DeserializationConfig cfg)
{
  return _deserializationContext.createInstance(cfg,
      jp, _injectableValues);
}

origin: com.fasterxml.jackson.core/com.springsource.com.fasterxml.jackson.core.jackson-databind

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected final DefaultDeserializationContext createDeserializationContext(JsonParser jp,
    DeserializationConfig cfg)
{
  return _deserializationContext.createInstance(cfg,
      jp, _injectableValues);
}

origin: com.fasterxml.jackson.core/com.springsource.com.fasterxml.jackson.core.jackson-databind

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected final DefaultDeserializationContext createDeserializationContext(JsonParser jp,
    DeserializationConfig cfg) {
  // 04-Jan-2010, tatu: we do actually need the provider too... (for polymorphic deser)
  return _context.createInstance(cfg, jp, _injectableValues);
}
origin: Nextdoor/bender

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected DefaultDeserializationContext createDeserializationContext(JsonParser p,
    DeserializationConfig cfg) {
  return _deserializationContext.createInstance(cfg, p, _injectableValues);
}

origin: hstaudacher/osgi-jax-rs-connector

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected DefaultDeserializationContext createDeserializationContext(JsonParser jp,
    DeserializationConfig cfg) {
  return _deserializationContext.createInstance(cfg, jp, _injectableValues);
}

origin: Nextdoor/bender

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected DefaultDeserializationContext createDeserializationContext(JsonParser p) {
  return _context.createInstance(_config, p, _injectableValues);
}
origin: com.eclipsesource.jaxrs/jersey-all

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected DefaultDeserializationContext createDeserializationContext(JsonParser jp,
    DeserializationConfig cfg) {
  return _deserializationContext.createInstance(cfg, jp, _injectableValues);
}

origin: com.eclipsesource.jaxrs/jersey-all

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected DefaultDeserializationContext createDeserializationContext(JsonParser jp,
    DeserializationConfig cfg) {
  // 04-Jan-2010, tatu: we do actually need the provider too... (for polymorphic deser)
  return _context.createInstance(cfg, jp, _injectableValues);
}
origin: com.jwebmp.jackson.core/jackson-databind

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected DefaultDeserializationContext createDeserializationContext(JsonParser p) {
  return _context.createInstance(_config, p, _injectableValues);
}
origin: com.jwebmp.jackson.core/jackson-databind

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected DefaultDeserializationContext createDeserializationContext(JsonParser p,
    DeserializationConfig cfg) {
  return _deserializationContext.createInstance(cfg, p, _injectableValues);
}
origin: com.ning.billing/killbill-osgi-bundles-analytics

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected final DefaultDeserializationContext createDeserializationContext(JsonParser jp,
    DeserializationConfig cfg) {
  // 04-Jan-2010, tatu: we do actually need the provider too... (for polymorphic deser)
  return _context.createInstance(cfg, jp, _injectableValues);
}

origin: hstaudacher/osgi-jax-rs-connector

/**
 * Internal helper method called to create an instance of {@link DeserializationContext}
 * for deserializing a single root value.
 * Can be overridden if a custom context is needed.
 */
protected DefaultDeserializationContext createDeserializationContext(JsonParser jp,
    DeserializationConfig cfg) {
  // 04-Jan-2010, tatu: we do actually need the provider too... (for polymorphic deser)
  return _context.createInstance(cfg, jp, _injectableValues);
}
com.fasterxml.jackson.databind.deserDefaultDeserializationContextcreateInstance

Javadoc

Method called to create actual usable per-deserialization context instance.

Popular methods of DefaultDeserializationContext

  • hasValueDeserializerFor
  • with
    Fluent factory method used for constructing a blueprint instance with different factory
  • copy
    Method needed to ensure that ObjectMapper#copy will work properly; specifically, that caches are cle
  • isEnabled
  • createReadableObjectId
    Overridable factory method to create a new instance of ReadableObjectId or its subclass. It is meant
  • getParser
  • tryToResolveUnresolvedObjectId
    Overridable helper method called to try to resolve otherwise unresolvable ReadableObjectId; and if t
  • assignAndReturnParser
  • findObjectId

Popular in Java

  • Creating JSON documents from java classes using gson
  • setRequestProperty (URLConnection)
  • getSystemService (Context)
  • compareTo (BigDecimal)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • From CI to AI: The AI layer in your organization
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