public class RulesMarshaller
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
marshall(Configuration configuration) |
static void |
marshall(Configuration configuration,
java.io.Writer to) |
static Configuration |
unmarshall(org.w3c.dom.Node rulesElement) |
static Configuration |
unmarshall(java.io.Reader reader) |
static Configuration |
unmarshall(java.lang.String content) |
protected static javax.xml.bind.Unmarshaller |
unmarshallerFor(java.lang.Object element) |
@Nullable public static Configuration unmarshall(@Nullable java.lang.String content)
@Nonnull public static Configuration unmarshall(@Nonnull java.io.Reader reader) throws java.io.IOException
java.io.IOException@Nonnull public static Configuration unmarshall(@Nonnull org.w3c.dom.Node rulesElement)
@Nonnull
protected static javax.xml.bind.Unmarshaller unmarshallerFor(@Nullable
java.lang.Object element)
public static void marshall(@Nonnull
Configuration configuration,
@Nonnull
java.io.Writer to)
throws java.io.IOException
java.io.IOException@Nullable
public static java.lang.String marshall(@Nullable
Configuration configuration)
Copyright © 2016 echocat. All Rights Reserved.