public class JaxbKit extends Object
protected static org.slf4j.Logger
LOG
JaxbKit()
static String
marshal(Object jaxbElement)
static <T> T
unmarshal(File xmlFile, Class<T> clazz)
unmarshal(String src, Class<T> clazz)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected static final org.slf4j.Logger LOG
public JaxbKit()
public static <T> T unmarshal(String src, Class<T> clazz)
src
clazz
public static <T> T unmarshal(File xmlFile, Class<T> clazz)
public static String marshal(Object jaxbElement)
Copyright © 2015. All rights reserved.