Interface UndertowDeploymentConfigurator

All Superinterfaces:
java.lang.Comparable<UndertowDeploymentConfigurator>, java.util.Comparator<UndertowDeploymentConfigurator>, com.guicedee.guicedinjection.interfaces.IDefaultService<UndertowDeploymentConfigurator>
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 interface UndertowDeploymentConfigurator
extends com.guicedee.guicedinjection.interfaces.IDefaultService<UndertowDeploymentConfigurator>
  • Method Summary

    Modifier and Type Method Description
    io.undertow.servlet.api.DeploymentInfo configure​(io.undertow.servlet.api.DeploymentInfo deploymentInfo)  

    Methods inherited from interface java.util.Comparator

    equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong

    Methods inherited from interface com.guicedee.guicedinjection.interfaces.IDefaultService

    compare, compareTo, sortOrder
  • Method Details

    • configure

      io.undertow.servlet.api.DeploymentInfo configure​(io.undertow.servlet.api.DeploymentInfo deploymentInfo)