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 AFieldReaderfactoryFieldValue The tuple between the instance value andFieldMappingFieldWriter A piece of operations within a class.FieldWriterFactory A factory ofFieldWriterInstanceSupplier A piece of operations within a class.InstanceSupplierFactory AInstanceSupplierfactoryMethodDynamicExecutable An instance that executes an action to Repositories interfaces fromMethodand 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