Class TestResourcesClientPropertySourceLoader

java.lang.Object
io.micronaut.testresources.core.LazyTestResourcesPropertySourceLoader
io.micronaut.testresources.client.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.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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 Details

    • TestResourcesClientPropertySourceLoader

      public TestResourcesClientPropertySourceLoader()
  • Method Details