Class JsonSchemaMapperImpl
java.lang.Object
dev.getelements.elements.service.util.JsonSchemaMapper
dev.getelements.elements.service.util.JsonSchemaMapperImpl
- All Implemented Interfaces:
MapperRegistry.Mapper<MetadataSpec,
JsonSchema>
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-05-23T23:43:46+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.6 (Ubuntu)")
public class JsonSchemaMapperImpl
extends JsonSchemaMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforward
(MetadataSpec source) Maps the source to the destination.Methods inherited from class dev.getelements.elements.service.util.JsonSchemaMapper
getApiOutsideUrl, setApiOutsideUrl, setJsonSchemaId, toOptionalProperties, toRequiredProperties
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
findDestinationType, findSourceType
-
Constructor Details
-
JsonSchemaMapperImpl
public JsonSchemaMapperImpl()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.Mapper
Maps the source to the destination.- Specified by:
forward
in interfaceMapperRegistry.Mapper<MetadataSpec,
JsonSchema> - Specified by:
forward
in classJsonSchemaMapper
- Parameters:
source
- the source to the destination- Returns:
- the destination
-