Uses of Package
com.broadleafcommerce.common.extension.environment
-
Packages that use com.broadleafcommerce.common.extension.environment Package Description com.broadleafcommerce.common.extension.autoconfigure com.broadleafcommerce.common.extension.environment -
Classes in com.broadleafcommerce.common.extension.environment used by com.broadleafcommerce.common.extension.autoconfigure Class Description DiscriminatedConfigurationPropertiesBeanPostProcessor BeanPostProcessor that identifies components annotated withConfigurationProperties
and sets up a proxy that circumvents the default property handling in favor of dynamic retrieval from the Spring environment.DiscriminatedConfigurationPropertiesMethodCallProcessor Studies the method call on aConfigurationProperties
annotated bean to determine if it should be evaluated for tenant related discrimination.DiscriminatedPropertyAccessor Finds a discriminated property in the environment for the given basic key, if available.DiscriminatedPropertyExcludeFilterSupplier Beans declaring this interface as a return type supply regex pattern expressions that, when matched, cause aConfigurationProperties
annotated bean to be excluded for proxy handling byDiscriminatedConfigurationPropertiesBeanPostProcessor
.DiscriminatedPropertyIncludeFilterSupplier Beans declaring this interface as a return type supply regex pattern expressions that, when matched, cause aConfigurationProperties
annotated bean to be included for proxy handling byDiscriminatedConfigurationPropertiesBeanPostProcessor
. -
Classes in com.broadleafcommerce.common.extension.environment used by com.broadleafcommerce.common.extension.environment Class Description DiscriminatedConfigurationPropertiesMethodCallProcessor Studies the method call on aConfigurationProperties
annotated bean to determine if it should be evaluated for tenant related discrimination.DiscriminatedPropertyAccessor Finds a discriminated property in the environment for the given basic key, if available.DiscriminatedPropertyContext Thread local context for holding any tenant related information for the current request.DiscriminatedPropertyIncludeFilterSupplier Beans declaring this interface as a return type supply regex pattern expressions that, when matched, cause aConfigurationProperties
annotated bean to be included for proxy handling byDiscriminatedConfigurationPropertiesBeanPostProcessor
.