public interface MarshallingFactory<T>
Marshaller or Unmarshaller
 suitable for particular usages.| Modifier and Type | Method and Description | 
|---|---|
| Marshaller<T> | getEditorMarshaller() | 
| Unmarshaller<T> | getEditorUnmarshaller() | 
| Marshaller<T> | getStorageMarshaller() | 
| Unmarshaller<T> | getStorageUnmarshaller() | 
| Marshaller<T> | getViewMarshaller() | 
Marshaller<T> getViewMarshaller()
Marshaller<T> getEditorMarshaller()
Marshaller<T> getStorageMarshaller()
Unmarshaller<T> getEditorUnmarshaller()
Unmarshaller<T> getStorageUnmarshaller()
Copyright © 2003–2021 Atlassian. All rights reserved.