public final class DeploymentInfoUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
merge(io.undertow.servlet.api.DeploymentInfo into,
io.undertow.servlet.api.DeploymentInfo from) |
static void |
merge(io.undertow.servlet.api.DeploymentInfo into,
Set<io.undertow.servlet.api.DeploymentInfo> froms) |
static void |
mergeFromProviders(io.undertow.servlet.api.DeploymentInfo into,
Set<IndyDeploymentProvider> fromProviders,
String contextRoot,
javax.ws.rs.core.Application application) |
public static void mergeFromProviders(io.undertow.servlet.api.DeploymentInfo into,
Set<IndyDeploymentProvider> fromProviders,
String contextRoot,
javax.ws.rs.core.Application application)
public static void merge(io.undertow.servlet.api.DeploymentInfo into,
Set<io.undertow.servlet.api.DeploymentInfo> froms)
public static void merge(io.undertow.servlet.api.DeploymentInfo into,
io.undertow.servlet.api.DeploymentInfo from)
Copyright © 2011-2020-2021. All Rights Reserved.