Uses of Interface
org.datanucleus.metadata.annotations.MemberAnnotationHandler
Packages that use MemberAnnotationHandler
Package
Description
Provides classes for parsing annotations input data and converting into org.datanucleus.metadata input
data for the DataNucleus persistence process.
-
Uses of MemberAnnotationHandler in org.datanucleus.metadata.annotations
Classes in org.datanucleus.metadata.annotations that implement MemberAnnotationHandlerModifier and TypeClassDescriptionclass
Handler for the javax.validation @NotNull annotation.class
Handler for the javax.validation @Size annotation.Fields in org.datanucleus.metadata.annotations with type parameters of type MemberAnnotationHandlerModifier and TypeFieldDescription(package private) Map
<String, MemberAnnotationHandler> AnnotationManagerImpl.memberAnnotationHandlers
Cache of MemberAnnotationHandler keyed by the annotation name that they handle.Methods in org.datanucleus.metadata.annotations that return MemberAnnotationHandlerModifier and TypeMethodDescriptionAnnotationManager.getHandlerForMemberAnnotation
(String annotationName) Accessor for a handler for the specified member annotation.AnnotationManagerImpl.getHandlerForMemberAnnotation
(String annotationName)