public class PlaceholderMarshallingFactoryImpl extends Object implements PlaceholderMarshallingFactory
| Constructor and Description |
|---|
PlaceholderMarshallingFactoryImpl(Marshaller<Placeholder> viewMarshaller,
Marshaller<Placeholder> editorMarshaller,
Marshaller<Placeholder> storageMarshaller,
Unmarshaller<Placeholder> editorUnmarshaller,
Unmarshaller<Placeholder> storageUnmarshaller) |
| Modifier and Type | Method and Description |
|---|---|
Marshaller<Placeholder> |
getEditorMarshaller() |
Unmarshaller<Placeholder> |
getEditorUnmarshaller() |
Marshaller<Placeholder> |
getStorageMarshaller() |
Unmarshaller<Placeholder> |
getStorageUnmarshaller() |
Marshaller<Placeholder> |
getViewMarshaller() |
public PlaceholderMarshallingFactoryImpl(Marshaller<Placeholder> viewMarshaller, Marshaller<Placeholder> editorMarshaller, Marshaller<Placeholder> storageMarshaller, Unmarshaller<Placeholder> editorUnmarshaller, Unmarshaller<Placeholder> storageUnmarshaller)
public Marshaller<Placeholder> getEditorMarshaller()
getEditorMarshaller in interface MarshallingFactory<Placeholder>public Unmarshaller<Placeholder> getEditorUnmarshaller()
getEditorUnmarshaller in interface MarshallingFactory<Placeholder>public Marshaller<Placeholder> getStorageMarshaller()
getStorageMarshaller in interface MarshallingFactory<Placeholder>public Unmarshaller<Placeholder> getStorageUnmarshaller()
getStorageUnmarshaller in interface MarshallingFactory<Placeholder>public Marshaller<Placeholder> getViewMarshaller()
getViewMarshaller in interface MarshallingFactory<Placeholder>Copyright © 2003–2022 Atlassian. All rights reserved.