Class ConfigurationService.AbstractBuilder<T,​B extends ConfigurationService.AbstractBuilder<T,​B>>

    • Method Detail

      • getThis

        protected abstract B getThis()
      • name

        public B name​(String name)
      • eventFunction

        public B eventFunction​(BiFunction<T,​Map<String,​Object>,​org.springframework.context.ApplicationEvent> eventFunction)
      • normalizedProperties

        public B normalizedProperties​(Map<String,​Object> normalizedProperties)
      • validate

        protected abstract void validate()
      • normalizeProperties

        protected Map<String,​Object> normalizeProperties()
      • doBind

        protected abstract T doBind()
      • bind

        public T bind()