Package io.jmix.core.impl
Class SerializationContext
java.lang.Object
io.jmix.core.impl.SerializationContext
Helper class needed to deserialize classes with beans
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.beans.factory.BeanFactory
static void
static void
setThreadLocalBeanFactory
(org.springframework.beans.factory.BeanFactory beanFactory)
-
Constructor Details
-
SerializationContext
public SerializationContext()
-
-
Method Details
-
getThreadLocalBeanFactory
public static org.springframework.beans.factory.BeanFactory getThreadLocalBeanFactory()- Returns:
- the
BeanFactory
instance from the thread local variable, if any stored.
-
setThreadLocalBeanFactory
public static void setThreadLocalBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) -
removeThreadLocalBeanFactory
public static void removeThreadLocalBeanFactory()
-