public interface JpaBeanPostProcessor
BeanPropertyPostProcessor and BeanPropertySetPostProcessor.| Modifier and Type | Method and Description |
|---|---|
static void |
registerPostProcessors(com.holonplatform.core.beans.BeanIntrospector beanIntrospector)
Add all available
BeanPropertyPostProcessors and BeanPropertySetPostProcessors to given
BeanIntrospector. |
static void registerPostProcessors(com.holonplatform.core.beans.BeanIntrospector beanIntrospector)
BeanPropertyPostProcessors and BeanPropertySetPostProcessors to given
BeanIntrospector.
Normally, it is not necessary to use this method, since bean post processors are automatically detected and
registered in default BeanIntrospector implementations using default Java extensions, relying on the
ServiceLoader strategy.
beanIntrospector - The bean introspector (not null)Copyright © 2019 The Holon Platform. All rights reserved.