Serialized Form
-
Package com.foreach.across.core
-
Exception com.foreach.across.core.AcrossConfigurationException
class AcrossConfigurationException extends AcrossException implements Serializable-
Serialized Fields
-
actionToTake
String actionToTake
-
-
-
Exception com.foreach.across.core.AcrossException
class AcrossException extends RuntimeException implements Serializable-
Serialized Fields
-
moduleBeingProcessed
String moduleBeingProcessed
Name of the module that was being processed. Depending on the exception type this might mean the module was being bootstrapped or something happened during configuration of this particular module.
-
-
-
-
Package com.foreach.across.core.context
-
Class com.foreach.across.core.context.AcrossListableBeanFactory
class AcrossListableBeanFactory extends org.springframework.beans.factory.support.DefaultListableBeanFactory implements Serializable-
Serialized Fields
-
acrossBeanRegistriesCache
Map<String,
AcrossContextBeanRegistry> acrossBeanRegistriesCache -
exposedBeanNames
Set<String> exposedBeanNames
-
exposedBeansCache
ConcurrentMap<String,
Boolean> exposedBeansCache -
hideExposedBeans
boolean hideExposedBeans
-
moduleIndex
Integer moduleIndex
-
orderSpecifierCache
ConcurrentMap<String,
Optional<AcrossOrderSpecifier>> orderSpecifierCache -
parentBeanFactory
org.springframework.beans.factory.BeanFactory parentBeanFactory
-
-
-
Class com.foreach.across.core.context.ExposedBeanDefinition
class ExposedBeanDefinition extends org.springframework.beans.factory.support.RootBeanDefinition implements Serializable-
Serialized Fields
-
aliases
Set<String> aliases
-
contextId
String contextId
-
fullyQualifiedBeanName
String fullyQualifiedBeanName
-
moduleIndex
Integer moduleIndex
-
moduleName
String moduleName
-
originalBeanName
String originalBeanName
-
originalRootBeanDefinition
org.springframework.beans.factory.support.RootBeanDefinition originalRootBeanDefinition
-
preferredBeanName
String preferredBeanName
-
-
-
-
Package com.foreach.across.core.context.beans
-
Package com.foreach.across.core.context.bootstrap
-
Exception com.foreach.across.core.context.bootstrap.AcrossBootstrapException
class AcrossBootstrapException extends AcrossException implements Serializable -
Exception com.foreach.across.core.context.bootstrap.CyclicModuleDependencyException
class CyclicModuleDependencyException extends AcrossConfigurationException implements Serializable-
Serialized Fields
-
module
String module
-
-
-
Exception com.foreach.across.core.context.bootstrap.ModuleDependencyDisabledException
class ModuleDependencyDisabledException extends AcrossConfigurationException implements Serializable -
Exception com.foreach.across.core.context.bootstrap.ModuleDependencyMissingException
class ModuleDependencyMissingException extends AcrossConfigurationException implements Serializable
-
-
Package com.foreach.across.core.events
-
Class com.foreach.across.core.events.AcrossContextBootstrappedEvent
class AcrossContextBootstrappedEvent extends AcrossLifecycleEvent implements Serializable-
Serialized Fields
-
contextInfo
AcrossContextInfo contextInfo
-
-
-
Class com.foreach.across.core.events.AcrossLifecycleEvent
class AcrossLifecycleEvent extends org.springframework.context.ApplicationEvent implements Serializable -
Class com.foreach.across.core.events.AcrossModuleBeforeBootstrapEvent
class AcrossModuleBeforeBootstrapEvent extends AcrossLifecycleEvent implements Serializable-
Serialized Fields
-
context
AcrossContextInfo context
-
module
AcrossModuleInfo module
-
-
-
Class com.foreach.across.core.events.AcrossModuleBootstrappedEvent
class AcrossModuleBootstrappedEvent extends AcrossLifecycleEvent implements Serializable-
Serialized Fields
-
module
AcrossModuleInfo module
-
-
-
Class com.foreach.across.core.events.ResolvableTypeProviderPayloadApplicationEvent
class ResolvableTypeProviderPayloadApplicationEvent extends org.springframework.context.PayloadApplicationEvent<T extends org.springframework.core.ResolvableTypeProvider> implements Serializable
-
-
Package com.foreach.across.core.installers
-
Exception com.foreach.across.core.installers.AcrossInstallerException
class AcrossInstallerException extends AcrossException implements Serializable-
Serialized Fields
-
installerClass
Class<?> installerClass
-
installerMetaData
InstallerMetaData installerMetaData
-
installerMethod
Method installerMethod
-
-
-
-
Package com.foreach.across.core.revision
-
Exception com.foreach.across.core.revision.RevisionModificationException
class RevisionModificationException extends RuntimeException implements Serializable
-