Tabnine Logo
BeanDeserializerFactory.addBackReferenceProperties
Code IndexAdd Tabnine to your IDE (free)

How to use
addBackReferenceProperties
method
in
com.fasterxml.jackson.databind.deser.BeanDeserializerFactory

Best Java code snippets using com.fasterxml.jackson.databind.deser.BeanDeserializerFactory.addBackReferenceProperties (Showing top 7 results out of 315)

origin: redisson/redisson

@Deprecated // since 2.9 (rename)
protected void addReferenceProperties(DeserializationContext ctxt,
    BeanDescription beanDesc, BeanDeserializerBuilder builder)
  throws JsonMappingException
{
  addBackReferenceProperties(ctxt, beanDesc, builder);
}
origin: redisson/redisson

addBackReferenceProperties(ctxt, beanDesc, builder);
addInjectables(ctxt, beanDesc, builder);
origin: redisson/redisson

addBackReferenceProperties(ctxt, builderDesc, builder);
addInjectables(ctxt, builderDesc, builder);
origin: ctripcorp/caravan

@Override
public void addBackReferenceProperties(DeserializationContext ctxt, BeanDescription beanDesc, BeanDeserializerBuilder builder) throws JsonMappingException {
 super.addBackReferenceProperties(ctxt, beanDesc, builder);
}
origin: com.jwebmp.jackson.core/jackson-databind

@Deprecated // since 2.9 (rename)
protected void addReferenceProperties(DeserializationContext ctxt,
    BeanDescription beanDesc, BeanDeserializerBuilder builder)
  throws JsonMappingException
{
  addBackReferenceProperties(ctxt, beanDesc, builder);
}
origin: com.jwebmp.jackson.core/jackson-databind

addBackReferenceProperties(ctxt, beanDesc, builder);
addInjectables(ctxt, beanDesc, builder);
origin: com.jwebmp.jackson.core/jackson-databind

addBackReferenceProperties(ctxt, builderDesc, builder);
addInjectables(ctxt, builderDesc, builder);
com.fasterxml.jackson.databind.deserBeanDeserializerFactoryaddBackReferenceProperties

Javadoc

Method that will find if bean has any managed- or back-reference properties, and if so add them to bean, to be linked during resolution phase.

Popular methods of BeanDeserializerFactory

  • <init>
  • addBeanProps
    Method called to figure out settable properties for the bean deserializer to use. Note: designed to
  • addInjectables
    Method called locate all members used for value injection (if any), constructor com.fasterxml.jackso
  • addObjectIdReader
  • buildBeanDeserializer
    Method that is to actually build a bean deserializer instance. All basic sanity checks have been don
  • _findCustomBeanDeserializer
  • buildBuilderBasedDeserializer
    Method for constructing a bean deserializer that uses specified intermediate Builder for binding dat
  • buildThrowableDeserializer
  • constructAnySetter
    Method called to construct fallback SettableAnyPropertyfor handling unknown bean properties, given a
  • constructBeanDeserializerBuilder
    Overridable method that constructs a BeanDeserializerBuilderwhich is used to accumulate information
  • constructSettableProperty
    Method that will construct a regular bean property setter using the given setter method.
  • constructSetterlessProperty
    Method that will construct a regular bean property setter using the given setter method.
  • constructSettableProperty,
  • constructSetterlessProperty,
  • filterBeanProps,
  • findDeserializerFromAnnotation,
  • findStdDeserializer,
  • findValueInstantiator,
  • isIgnorableType,
  • isPotentialBeanType,
  • materializeAbstractType,
  • addReferenceProperties

Popular in Java

  • Running tasks concurrently on multiple threads
  • onRequestPermissionsResult (Fragment)
  • getContentResolver (Context)
  • setContentView (Activity)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Top PhpStorm plugins
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