Class ValidatorContextResolver
java.lang.Object
org.jboss.resteasy.plugins.validation.AbstractValidatorContextResolver
org.jboss.resteasy.plugins.validation.ValidatorContextResolver
- All Implemented Interfaces:
jakarta.ws.rs.ext.ContextResolver<GeneralValidator>
@Provider
public class ValidatorContextResolver
extends AbstractValidatorContextResolver
implements jakarta.ws.rs.ext.ContextResolver<GeneralValidator>
- Version:
- $Revision: 1.1 $ Copyright May 23, 2013
- Author:
- Leandro Ferro Luzia, Ron Sigal
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jboss.resteasy.plugins.validation.AbstractValidatorContextResolver
getContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.ws.rs.ext.ContextResolver
getContext
-
Constructor Details
-
ValidatorContextResolver
public ValidatorContextResolver()
-