Package io.micronaut.jackson
Interface JacksonDeserializationPreInstantiateCallback
public interface JacksonDeserializationPreInstantiateCallback
The pre instantiate callback.
- Since:
- 4.0.0
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
preInstantiate
(BeanIntrospection<?> beanIntrospection, Object... arguments) The callback before the bean is constructed.
-
Method Details
-
preInstantiate
The callback before the bean is constructed.- Parameters:
beanIntrospection
- The bean introspectionarguments
- The argument values
-