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

com.theoryinpractise.halbuilder.xml.XmlRepresentationFactory Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
package com.theoryinpractise.halbuilder.xml;

import com.theoryinpractise.halbuilder.DefaultRepresentationFactory;

/**
 * Created by amrk on 27/05/13.
 */
public class XmlRepresentationFactory extends DefaultRepresentationFactory {
    public XmlRepresentationFactory() {
        withRenderer(HAL_XML, XmlRepresentationWriter.class);
        withReader(HAL_XML, XmlRepresentationReader.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy