Class ConstraintTypeUtil20
- java.lang.Object
-
- io.quarkus.hibernate.validator.runtime.jaxrs.ConstraintTypeUtil20
-
- All Implemented Interfaces:
org.jboss.resteasy.spi.validation.ConstraintTypeUtil
public class ConstraintTypeUtil20 extends Object implements org.jboss.resteasy.spi.validation.ConstraintTypeUtil
-
-
Constructor Summary
Constructors Constructor Description ConstraintTypeUtil20()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.resteasy.api.validation.ConstraintType.TypegetConstraintType(Object o)
-
-
-
Method Detail
-
getConstraintType
public org.jboss.resteasy.api.validation.ConstraintType.Type getConstraintType(Object o)
- Specified by:
getConstraintTypein interfaceorg.jboss.resteasy.spi.validation.ConstraintTypeUtil
-
-