Class ProcessIdEntityMapper
java.lang.Object
org.kie.kogito.index.mongodb.model.ProcessIdEntityMapper
- All Implemented Interfaces:
MongoEntityMapper<String,ProcessIdEntity>
public class ProcessIdEntityMapper
extends Object
implements MongoEntityMapper<String,ProcessIdEntity>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToModelAttribute(String attribute) convertToMongoAttribute(String attribute) mapToEntity(String key, String value) mapToModel(ProcessIdEntity entity)
-
Constructor Details
-
ProcessIdEntityMapper
public ProcessIdEntityMapper()
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin interfaceMongoEntityMapper<String,ProcessIdEntity>
-
mapToEntity
- Specified by:
mapToEntityin interfaceMongoEntityMapper<String,ProcessIdEntity>
-
mapToModel
- Specified by:
mapToModelin interfaceMongoEntityMapper<String,ProcessIdEntity>
-
convertToMongoAttribute
- Specified by:
convertToMongoAttributein interfaceMongoEntityMapper<String,ProcessIdEntity>
-
convertToModelAttribute
- Specified by:
convertToModelAttributein interfaceMongoEntityMapper<String,ProcessIdEntity>
-