Class ValidationSizeAnnotationHandler
- java.lang.Object
-
- org.datanucleus.metadata.annotations.ValidationSizeAnnotationHandler
-
- All Implemented Interfaces:
MemberAnnotationHandler
public class ValidationSizeAnnotationHandler extends Object implements MemberAnnotationHandler
Handler for the javax.validation @Size annotation.
-
-
Constructor Summary
Constructors Constructor Description ValidationSizeAnnotationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessMemberAnnotation(AnnotationObject annotation, AbstractMemberMetaData mmd, ClassLoaderResolver clr)Method to process a member (field/property) level annotation.
-
-
-
Method Detail
-
processMemberAnnotation
public void processMemberAnnotation(AnnotationObject annotation, AbstractMemberMetaData mmd, ClassLoaderResolver clr)
Description copied from interface:MemberAnnotationHandlerMethod to process a member (field/property) level annotation.- Specified by:
processMemberAnnotationin interfaceMemberAnnotationHandler- Parameters:
annotation- The annotationmmd- Metadata for the member to update with any necessary information.clr- ClassLoader resolver
-
-