Interface SerdeDeserializationPreInstantiateCallback
public interface SerdeDeserializationPreInstantiateCallback
The pre instantiate callback.
- Since:
 - 2.0.0
 - Author:
 - Denis Stepanov
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidpreInstantiate(io.micronaut.core.beans.BeanIntrospection<?> beanIntrospection, Object... arguments) The callback before the bean is constructed. 
- 
Method Details
- 
preInstantiate
void preInstantiate(io.micronaut.core.beans.BeanIntrospection<?> beanIntrospection, Object... arguments) The callback before the bean is constructed.- Parameters:
 beanIntrospection- The bean introspectionarguments- The argument values
 
 -