Uses of Interface
org.jboss.resteasy.spi.ResteasyDeployment
-
Packages that use ResteasyDeployment Package Description org.jboss.resteasy.spi -
-
Uses of ResteasyDeployment in org.jboss.resteasy.spi
Classes in org.jboss.resteasy.spi that implement ResteasyDeployment Modifier and Type Class Description classDelegateResteasyDeploymentA simple delegatingResteasyDeployment.Methods in org.jboss.resteasy.spi that return ResteasyDeployment Modifier and Type Method Description protected ResteasyDeploymentDelegateResteasyDeployment. getDelegate()Returns the delegate deployment.Methods in org.jboss.resteasy.spi with parameters of type ResteasyDeployment Modifier and Type Method Description voidDelegateResteasyDeployment. merge(ResteasyDeployment other)voidResteasyDeployment. merge(ResteasyDeployment other)Constructors in org.jboss.resteasy.spi with parameters of type ResteasyDeployment Constructor Description DelegateResteasyDeployment(ResteasyDeployment delegate)Creates a new delegating deployment.
-