| Package | Description |
|---|---|
| org.guvnor.ala.marshalling | |
| org.guvnor.ala.marshalling.impl | |
| org.guvnor.ala.pipeline.execution.marshalling |
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
MarshallerRegistry.get(Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
MarshallerRegistry.register(Class clazz,
Marshaller marshaller) |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONBaseMarshaller<T>
Base implementation for a JSON marshaller.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class,Marshaller<?>> |
BaseMarshallerRegistry.marshallerMap |
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
BaseMarshallerRegistry.get(Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseMarshallerRegistry.register(Class clazz,
Marshaller marshaller) |
| Modifier and Type | Class and Description |
|---|---|
class |
PipelineExecutorTraceImplMarshaller
PipelineExecutorTraceImpl marshaller implementation.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.