Package sonia.scm.web
Interface JsonEnricher
- All Known Implementing Classes:
AbstractRepositoryJsonEnricher
,JsonEnricherBase
@ExtensionPoint
public interface JsonEnricher
Implementing this extension point you can post process json response objects.
To do so, you get a
JsonEnricherContext
with the complete json tree,
that can be modified.-
Method Summary
-
Method Details
-
enrich
-