Interface ObjectEnricher

  • All Superinterfaces:
    java.util.function.Consumer<java.lang.Object>

    public interface ObjectEnricher
    extends java.util.function.Consumer<java.lang.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

      • getAdditionalAttributes

        java.util.Map<java.lang.String,​java.lang.String> getAdditionalAttributes()