Class TestResourcesService.Configurer

java.lang.Object
io.micronaut.testresources.server.TestResourcesService.Configurer
All Implemented Interfaces:
io.micronaut.context.ApplicationContextConfigurer, io.micronaut.core.order.Ordered
Enclosing class:
TestResourcesService

@ContextConfigurer public static class TestResourcesService.Configurer extends Object implements io.micronaut.context.ApplicationContextConfigurer
The application context configurer.
  • Field Summary

    Fields inherited from interface io.micronaut.context.ApplicationContextConfigurer

    NO_OP

    Fields inherited from interface io.micronaut.core.order.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(io.micronaut.context.ApplicationContextBuilder builder)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micronaut.core.order.Ordered

    getOrder
  • Constructor Details

    • Configurer

      public Configurer()
  • Method Details

    • configure

      public void configure(io.micronaut.context.ApplicationContextBuilder builder)
      Specified by:
      configure in interface io.micronaut.context.ApplicationContextConfigurer