Class ValidationNotNullAnnotationHandler
- java.lang.Object
-
- org.datanucleus.metadata.annotations.ValidationNotNullAnnotationHandler
-
- All Implemented Interfaces:
MemberAnnotationHandler
public class ValidationNotNullAnnotationHandler extends Object implements MemberAnnotationHandler
Handler for the javax.validation @NotNull annotation.
-
-
Constructor Summary
Constructors Constructor Description ValidationNotNullAnnotationHandler()
-
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
-
-