Class Enriched<EntityType>

  • Type Parameters:
    EntityType - The Java type to enrich.

    public class Enriched<EntityType>
    extends Object
    Technical wrapper that embed an enriched entity for a broadcast to related enrichers. see ExtensibleEntityJsonWriter and AbstractJsonEnricher to understand how it works.
    Since:
    7.2
    • Constructor Detail

      • Enriched

        public Enriched​(EntityType enrichable)