Interface QInstanceEnricherPluginInterface<T>


public interface QInstanceEnricherPluginInterface<T>
Interface for additional / optional enrichment to be done on q instance members. Some may be provided by QQQ - others can be defined by applications.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    enrich(T object, QInstance qInstance)
     
  • Method Details

    • enrich

      void enrich(T object, QInstance qInstance)