Package io.jmix.imap.impl
Class AvailableBeansProviderImpl
java.lang.Object
io.jmix.imap.impl.AvailableBeansProviderImpl
- All Implemented Interfaces:
 AvailableBeansProvider
@Component("imap_AvailableBeansProvider")
public class AvailableBeansProviderImpl
extends Object
implements AvailableBeansProvider
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextprotected final Map<Class<? extends BaseImapEvent>,AvailableBeansProviderImpl.EventHandlerBeanMetadata>  - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetEventHandlers(Class<? extends BaseImapEvent> eventClass) Return information about beans and their methods that can be attached to IMAP folder event.Return bean names and class names of custom IMAP Event Generators 
- 
Field Details
- 
beanMetas
protected final Map<Class<? extends BaseImapEvent>,AvailableBeansProviderImpl.EventHandlerBeanMetadata> beanMetas - 
applicationContext
@Autowired protected org.springframework.context.ApplicationContext applicationContext 
 - 
 - 
Constructor Details
- 
AvailableBeansProviderImpl
public AvailableBeansProviderImpl() 
 - 
 - 
Method Details
- 
getEventHandlers
Description copied from interface:AvailableBeansProviderReturn information about beans and their methods that can be attached to IMAP folder event.- Specified by:
 getEventHandlersin interfaceAvailableBeansProvider- Returns:
 - map of bean names to lists of their methods
 
 - 
getEventsGenerators
Description copied from interface:AvailableBeansProviderReturn bean names and class names of custom IMAP Event Generators- Specified by:
 getEventsGeneratorsin interfaceAvailableBeansProvider- Returns:
 - map of bean name to class name
 
 
 -