Interface JacksonDeserializationPreInstantiateCallback


public interface JacksonDeserializationPreInstantiateCallback
The pre instantiate callback.
Since:
4.0.0
Author:
Denis Stepanov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    preInstantiate(BeanIntrospection<?> beanIntrospection, Object... arguments)
    The callback before the bean is constructed.
  • Method Details

    • preInstantiate

      void preInstantiate(BeanIntrospection<?> beanIntrospection, Object... arguments)
      The callback before the bean is constructed.
      Parameters:
      beanIntrospection - The bean introspection
      arguments - The argument values