All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qmetric.hal.reader.JsonRepresentationFactory Maven / Gradle / Ivy

There is a newer version: 2.0
Show newest version
package com.qmetric.hal.reader;

import com.theoryinpractise.halbuilder.DefaultRepresentationFactory;
import com.theoryinpractise.halbuilder.json.JsonRepresentationWriter;

public class JsonRepresentationFactory extends DefaultRepresentationFactory
{
    public JsonRepresentationFactory()
    {
        withRenderer(HAL_JSON, JsonRepresentationWriter.class);
        withReader(HAL_JSON, JsonRepresentationReader.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy