| Package | Description |
|---|---|
| org.kie.server.api.marshalling | |
| org.kie.server.api.marshalling.jaxb | |
| org.kie.server.api.marshalling.json | |
| org.kie.server.api.marshalling.xstream |
| Modifier and Type | Method and Description |
|---|---|
static MarshallingFormat |
MarshallingFormat.fromId(int id) |
static MarshallingFormat |
MarshallingFormat.fromType(String type) |
MarshallingFormat |
Marshaller.getFormat() |
static MarshallingFormat |
MarshallingFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarshallingFormat[] |
MarshallingFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
MarshallerBuilder.build(Set<Class<?>> classes,
MarshallingFormat format,
ClassLoader classLoader)
Based on given parameters builds marshaller instance that matches given format (MarshallingFormat)
|
Marshaller |
BaseMarshallerBuilder.build(Set<Class<?>> classes,
MarshallingFormat format,
ClassLoader classLoader) |
static Marshaller |
MarshallerFactory.getMarshaller(MarshallingFormat format,
ClassLoader classLoader)
Builds new marshaller for given format and class loader
|
static Marshaller |
MarshallerFactory.getMarshaller(Set<Class<?>> classes,
MarshallingFormat format,
ClassLoader classLoader)
Builds new marshaller for given format and class loader
|
| Modifier and Type | Method and Description |
|---|---|
MarshallingFormat |
JaxbMarshaller.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
MarshallingFormat |
JSONMarshaller.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
MarshallingFormat |
XStreamMarshaller.getFormat() |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.