接口的使用
cn.taketoday.context.aware.ApplicationContextAware
使用ApplicationContextAware的程序包
程序包
说明
Event System
Support for external configuration properties.
Java 5 annotation for asynchronous method execution.
Support classes for integrating a JSR-303 Bean Validation provider
(such as Hibernate Validator) into a Framework ApplicationContext
and in particular with Framework's data binding and validation APIs.
-
cn.taketoday.context.aware中ApplicationContextAware的使用
修饰符和类型类说明classConvenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access. -
cn.taketoday.context.event中ApplicationContextAware的使用
-
cn.taketoday.context.properties中ApplicationContextAware的使用
修饰符和类型类说明class -
cn.taketoday.scheduling.annotation中ApplicationContextAware的使用
修饰符和类型类说明classBean post-processor that registers methods annotated with@Scheduledto be invoked by aTaskScheduleraccording to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation. -
cn.taketoday.validation.beanvalidation中ApplicationContextAware的使用
修饰符和类型类说明classThis is the central class forjakarta.validation(JSR-303) setup in a Framework application context: It bootstraps ajakarta.validation.ValidationFactoryand exposes it through the FrameworkValidatorinterface as well as through the JSR-303Validatorinterface and theValidatorFactoryinterface itself.classLocalValidatorFactoryBeansubclass that simply turnsValidatorcalls into no-ops in case of no Bean Validation provider being available.