public interface MarshallerFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
MarshallerFactory.Parameters |
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
createMarshaller(Class<?> _type)
Create a marshaller that is suitable for the type.
|
Marshaller |
createMarshaller(MarshallerFactory.Parameters c)
Used to create a marshaller in a configuration that
was used for marshalling.
|
int |
getPriority()
The higher the more specialized.
|
Class<?> |
getType()
The type the marshaller is specialized for
|
int getPriority()
Marshaller createMarshaller(Class<?> _type)
Marshaller createMarshaller(MarshallerFactory.Parameters c)
cache2k API documentation. Copyright © 2000–2015 headissue GmbH, Munich.