package org.opentrafficsim.xml.bindings; import javax.xml.bind.annotation.adapters.XmlAdapter; import org.djutils.logger.CategoryLogger; /** * ClassNameAdapter converts between the XML String for a class name and the Class object. *
* Copyright (c) 2003-2021 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. * BSD-style license. See OpenTrafficSim License. *
* @author Alexander Verbraeck */ public class ClassNameAdapter extends XmlAdapter