Interface WebApplicationType.Deducer

Enclosing class:
WebApplicationType
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface WebApplicationType.Deducer
Strategy that may be implemented by a module that can deduce the WebApplicationType.
Since:
4.0.1
  • Method Details

    • deduceWebApplicationType

      @Nullable WebApplicationType deduceWebApplicationType()
      Deduce the web application type.
      Returns:
      the deduced web application type or null