Class TestResourcesClientPropertySourceLoader

  • All Implemented Interfaces:
    io.micronaut.context.env.PropertySourceLoader, io.micronaut.context.env.PropertySourceLocator, io.micronaut.context.env.PropertySourceReader, io.micronaut.core.util.Toggleable

    public class TestResourcesClientPropertySourceLoader
    extends io.micronaut.testresources.core.LazyTestResourcesPropertySourceLoader
    A property source loader which delegates resolution of properties to the client lazily.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<TestResourcesClient> getClient()  
      • Methods inherited from class io.micronaut.testresources.core.LazyTestResourcesPropertySourceLoader

        getProducer, load, loadEnv, read
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.micronaut.context.env.PropertySourceLoader

        load
      • Methods inherited from interface io.micronaut.context.env.PropertySourceReader

        getExtensions, read
      • Methods inherited from interface io.micronaut.core.util.Toggleable

        isEnabled
    • Constructor Detail

      • TestResourcesClientPropertySourceLoader

        public TestResourcesClientPropertySourceLoader()