Package org.apache.bval.jsr.util
Class AnnotationProxyBuilder.ConvertGroupAnnotation
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<jakarta.validation.groups.ConvertGroup>
-
- org.apache.bval.jsr.util.AnnotationProxyBuilder.ConvertGroupAnnotation
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- AnnotationProxyBuilder<A extends Annotation>
public static final class AnnotationProxyBuilder.ConvertGroupAnnotation extends jakarta.enterprise.util.AnnotationLiteral<jakarta.validation.groups.ConvertGroup> implements jakarta.validation.groups.ConvertGroup
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConvertGroupAnnotation(Class<?> from, Class<?> to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
from()
Class<?>
to()
-
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-