Interface ObjectEnricher

  • All Superinterfaces:
    Consumer<Object>

    public interface ObjectEnricher
    extends Consumer<Object>
    Instances of this class are responsible for the enrichment of entities with context parameters. Enrichment refers to the process of adding context parameters to the entites that are subject to it (like AbstractOrganizableObject for instance)
    • Method Detail