Uses of Class
org.datanucleus.metadata.annotations.AnnotatedMember
Packages that use AnnotatedMember
Package
Description
Provides classes for parsing annotations input data and converting into org.datanucleus.metadata input
data for the DataNucleus persistence process.
-
Uses of AnnotatedMember in org.datanucleus.metadata.annotations
Methods in org.datanucleus.metadata.annotations that return types with arguments of type AnnotatedMemberModifier and TypeMethodDescriptionprotected Collection
<AnnotatedMember> AbstractAnnotationReader.getFieldAnnotationsForClass
(Class cls) Method returning a Collection of the annotated fields for the specified class.protected Collection
<AnnotatedMember> AbstractAnnotationReader.getJavaBeanAccessorAnnotationsForClass
(Class cls) Method returning a Map containing an array of the annotations for each Java Bean accessor method of the passed class, keyed by the method name.