Class | Description |
---|---|
AbstractQualifiedBeanCondition |
Abstract implementations for conditions that match against the availability of beans of a specific type with a
given qualifier.
|
DeadLetterQueueProviderConfigurerModule |
A
ConfigurerModule implementation dedicated towards registering a SequencedDeadLetterQueue provider
with the EventProcessingConfigurer . |
DefaultEntityRegistrar | |
OnMissingQualifiedBeanCondition |
Condition implementation to check for a bean instance of a specific class *and* a specific qualifier on it,
matching if no such bean can be found. |
OnQualifiedBeanCondition |
Condition implementation to check for a bean instance of a specific class *and* a specific qualifier on it. |
XStreamSecurityTypeUtility |
Utility class exposing an operation that searches the
ApplicationContext for auto-configuration base
packages. |
Annotation Type | Description |
---|---|
ConditionalOnMissingQualifiedBean |
Conditional that only matches when for the specified bean class in the BeanFactory there is an
instance which has the given qualifier set on it. |
ConditionalOnQualifiedBean |
Conditional that only matches when for the specified bean class in the BeanFactory there is an
instance which has the given qualifier set on it. |
RegisterDefaultEntities |
Annotation intended for types and methods to trigger the registration of entities found in the given
RegisterDefaultEntities.packages() with the DefaultEntityRegistrar . |
Copyright © 2010–2024. All rights reserved.