Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Merge 35ef1ca into d349e1a
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadius committed May 10, 2019
2 parents d349e1a + 35ef1ca commit f724d9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [4.0.0-M19] - 2019-05-10
### Changed
- Refactor: Moved TransformerApi from json-transformer project in here


## [4.0.0-M18] - 2019-05-03
### Changed
- Update test-utils version to 1.23.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package uk.gov.justice.services.unifiedsearch;

import javax.json.JsonObject;

public interface TransformerApi {

JsonObject transformWithJolt(final String joltOperations, final JsonObject inputJson);
}

0 comments on commit f724d9b

Please sign in to comment.