| Package | Description |
|---|---|
| org.kie.server.api.marshalling |
| Modifier and Type | Method and Description |
|---|---|
static MarshallingFormat |
MarshallingFormat.fromId(int id) |
static MarshallingFormat |
MarshallingFormat.fromType(String type) |
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 |
|---|---|
static Marshaller |
MarshallerFactory.getMarshaller(MarshallingFormat format,
ClassLoader classLoader) |
static Marshaller |
MarshallerFactory.getMarshaller(Set<Class<?>> classes,
MarshallingFormat format,
ClassLoader classLoader) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.