Interface ProjectionMetadataRegistry

All Known Implementing Classes:
GeneratedProjectionMetadataRegistry, SimpleProjectionMetadataRegistry

public interface ProjectionMetadataRegistry
Registry that exposes compile-time generated projection metadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    getMetadata(Class<D> dtoType)
    Retrieves the metadata for a given DTO type.
  • Method Details

    • getMetadata

      <D> ProjectionMetadata<D> getMetadata(Class<D> dtoType)
      Retrieves the metadata for a given DTO type.