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.
Strategy that may be implemented by a module that can deduce the
WebApplicationType.- Since:
- 4.0.1
-
Method Summary
-
Method Details
-
deduceWebApplicationType
@Nullable WebApplicationType deduceWebApplicationType()Deduce the web application type.- Returns:
- the deduced web application type or
null
-