Class CasCoreBootstrapStandaloneConfiguration

  • All Implemented Interfaces:
    org.springframework.cloud.bootstrap.config.PropertySourceLocator, org.springframework.core.Ordered, org.springframework.core.PriorityOrdered

    @Profile("standalone")
    @ConditionalOnProperty(value="spring.cloud.config.enabled",
                           havingValue="false")
    @Configuration("casStandaloneBootstrapConfiguration")
    @AutoConfigureAfter(CasCoreBootstrapStandaloneLocatorConfiguration.class)
    public class CasCoreBootstrapStandaloneConfiguration
    extends java.lang.Object
    implements org.springframework.cloud.bootstrap.config.PropertySourceLocator, org.springframework.core.PriorityOrdered
    Since:
    5.1.0
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.core.convert.converter.Converter<java.lang.String,​java.util.List<java.lang.Class<? extends java.lang.Throwable>>> commaSeparatedStringToThrowablesCollection()  
      int getOrder()  
      org.springframework.core.env.PropertySource<?> locate​(org.springframework.core.env.Environment environment)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasCoreBootstrapStandaloneConfiguration

        public CasCoreBootstrapStandaloneConfiguration()
    • Method Detail

      • commaSeparatedStringToThrowablesCollection

        @ConfigurationPropertiesBinding
        @Bean
        public org.springframework.core.convert.converter.Converter<java.lang.String,​java.util.List<java.lang.Class<? extends java.lang.Throwable>>> commaSeparatedStringToThrowablesCollection()
      • locate

        public org.springframework.core.env.PropertySource<?> locate​(org.springframework.core.env.Environment environment)
        Specified by:
        locate in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator
      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered