public interface MarshallerBuilder
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
build(Set<Class<?>> classes,
MarshallingFormat format,
ClassLoader classLoader)
Based on given parameters builds marshaller instance that matches given format (MarshallingFormat)
|
Marshaller build(Set<Class<?>> classes, MarshallingFormat format, ClassLoader classLoader)
classes - optional set of custom classes - can be nullformat - expected type of the marshallerclassLoader - class loader to be used for this marshallerCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.