Class Enriched<EntityType>

java.lang.Object
org.nuxeo.ecm.core.io.marshallers.json.enrichers.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 Details

    • Enriched

      public Enriched(EntityType enrichable)
  • Method Details