File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
test/java/org/culturegraph/mf/json Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
import org .culturegraph .mf .framework .annotations .In ;
30
30
import org .culturegraph .mf .framework .annotations .Out ;
31
31
import org .culturegraph .mf .framework .helpers .DefaultObjectPipe ;
32
- import org .culturegraph .mf .stream . converter .JsonEncoder ;
32
+ import org .culturegraph .mf .json .JsonEncoder ;
33
33
34
34
import com .fasterxml .jackson .databind .ObjectMapper ;
35
35
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . converter ;
16
+ package org .culturegraph .mf .json ;
17
17
18
18
import java .io .IOException ;
19
19
import java .io .StringWriter ;
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ handle-mabxml org.culturegraph.mf.stream.converter.xml.AlephMabXmlHandler
62
62
# Encoders:
63
63
encode-literals org.culturegraph.mf.formatting.StreamLiteralFormatter
64
64
encode-formeta org.culturegraph.mf.formeta.FormetaEncoder
65
- encode-json org.culturegraph.mf.stream.converter .JsonEncoder
65
+ encode-json org.culturegraph.mf.json .JsonEncoder
66
66
encode-pica org.culturegraph.mf.stream.converter.bib.pica.PicaEncoder
67
67
encode-marc21 org.culturegraph.mf.stream.converter.bib.Marc21Encoder
68
68
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . converter ;
16
+ package org .culturegraph .mf .json ;
17
17
18
18
import static org .mockito .Mockito .inOrder ;
19
19
import static org .mockito .Mockito .verify ;
You can’t perform that action at this time.
0 commit comments