Annotation Type AutoConfigureProjectionMapping


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface AutoConfigureProjectionMapping
    Type level annotation intended for domain classes and used to configure whether or not the system will attempt to auto configure mapping to a projection. This type of functionality is generally performed by components like ModelMapperDomainMapperMember. In the absence of this annotation, the system will assume that auto configuration for projection mapping is enabled.
    Author:
    Jeff Fischer
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean enabled  
    • Element Detail

      • enabled

        boolean enabled
        Default:
        true