Interface ProjectionMetadataRegistry
- All Known Implementing Classes:
GeneratedProjectionMetadataRegistry
,SimpleProjectionMetadataRegistry
public interface ProjectionMetadataRegistry
Registry that exposes compile-time generated projection metadata.
-
Method Summary
Modifier and TypeMethodDescription<D> ProjectionMetadata
<D> getMetadata
(Class<D> dtoType) Retrieves the metadata for a given DTO type.
-
Method Details
-
getMetadata
Retrieves the metadata for a given DTO type.
-