Package io.jmix.core.impl
Class SerializationContext
java.lang.Object
io.jmix.core.impl.SerializationContext
Helper class needed to deserialize classes with beans
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.springframework.beans.factory.BeanFactorystatic voidstatic voidsetThreadLocalBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) 
- 
Constructor Details- 
SerializationContextpublic SerializationContext()
 
- 
- 
Method Details- 
getThreadLocalBeanFactorypublic static org.springframework.beans.factory.BeanFactory getThreadLocalBeanFactory()- Returns:
- the BeanFactoryinstance from the thread local variable, if any stored.
 
- 
setThreadLocalBeanFactorypublic static void setThreadLocalBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) 
- 
removeThreadLocalBeanFactorypublic static void removeThreadLocalBeanFactory()
 
-