Class PredictionMapperImpl
java.lang.Object
org.alfresco.hxi_connector.prediction_applier.hx_insight.PredictionMapperImpl
- All Implemented Interfaces:
PredictionMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-11-04T16:22:08+0000",
comments="version: 1.6.3, compiler: javac, environment: Java 17.0.17 (Eclipse Adoptium)")
@Component
public class PredictionMapperImpl
extends Object
implements PredictionMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.alfresco.hxi_connector.hxi_extension.rest.api.model.PredictionModelmap(Prediction prediction, String modelId, org.alfresco.hxi_connector.hxi_extension.rest.api.model.UpdateType enrichmentType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.hxi_connector.prediction_applier.hx_insight.PredictionMapper
map
-
Constructor Details
-
PredictionMapperImpl
public PredictionMapperImpl()
-
-
Method Details
-
map
public org.alfresco.hxi_connector.hxi_extension.rest.api.model.PredictionModel map(Prediction prediction, String modelId, org.alfresco.hxi_connector.hxi_extension.rest.api.model.UpdateType enrichmentType) - Specified by:
mapin interfacePredictionMapper
-