Class AnnotationDrivenConfigurationProvider<T extends java.lang.annotation.Annotation>

    • Constructor Detail

      • AnnotationDrivenConfigurationProvider

        protected AnnotationDrivenConfigurationProvider​(java.lang.Class<T> annotationClass)
    • Method Detail

      • beforePropertiesSet

        protected void beforePropertiesSet()
      • afterPropertiesSet

        protected void afterPropertiesSet()
      • getConfigurationFieldKeys

        protected abstract java.util.List<java.lang.String> getConfigurationFieldKeys​(T annotation)
      • getConfigurationFieldValue

        protected abstract java.lang.String getConfigurationFieldValue​(java.lang.String key)