Package jakarta.nosql.mapping.reflection
This package contains all reflections utils, the
mapping of Field and class and also the extension to load all entity.
-
Interface Summary Interface Description ClassMapping This instance is the meta-info of a loaded class that used to be annotated withEntity
.ClassMappings This class contains all the class in cached way to be used inside artemis.ClassOperation It represents the operations within a class such as create a new instance, setter, and getter.FieldMapping This class represents the information fromField
.FieldReader A piece of operations within a class.FieldReaderFactory AFieldReader
factoryFieldValue The tuple between the instance value andFieldMapping
FieldWriter A piece of operations within a class.FieldWriterFactory A factory ofFieldWriter
InstanceSupplier A piece of operations within a class.InstanceSupplierFactory AInstanceSupplier
factoryMethodDynamicExecutable An instance that executes an action to Repositories interfaces fromMethod
and arguments.Reflections Utilitarian class to reflection -
Class Summary Class Description Reflections.KeyValueClass data structured to store key and value class to map collection. -
Enum Summary Enum Description FieldType enum that contains kinds of annotations to fields on java. -
Exception Summary Exception Description ClassInformationNotFoundException Exception when a class is not loaded to the cached wayConstructorException Get the exception when a class has a no arg constructor either public or default