Class EditorSchemaMapper
java.lang.Object
dev.getelements.elements.service.util.EditorSchemaMapper
- All Implemented Interfaces:
MapperRegistry.Mapper<MetadataSpec,EditorSchema>
- Direct Known Subclasses:
EditorSchemaMapperImpl
public abstract class EditorSchemaMapper
extends Object
implements MapperRegistry.Mapper<MetadataSpec,EditorSchema>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract EditorSchemaforward(MetadataSpec source) Maps the source to the destination.protected voidmapSchema(EditorSchema editorSchema, MetadataSpec metadataSpec) voidsetApiOutsideUrl(String apiOutsideUrl)
-
Constructor Details
-
EditorSchemaMapper
public EditorSchemaMapper()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MetadataSpec,EditorSchema> - Parameters:
source- the source to the destination- Returns:
- the destination
-
mapSchema
-
getApiOutsideUrl
-
setApiOutsideUrl
-