Class IncidentEntityTransformer
java.lang.Object
io.camunda.search.clients.transformers.entity.IncidentEntityTransformer
- All Implemented Interfaces:
ServiceTransformer<io.camunda.webapps.schema.entities.incident.IncidentEntity,io.camunda.search.entities.IncidentEntity>
public class IncidentEntityTransformer
extends Object
implements ServiceTransformer<io.camunda.webapps.schema.entities.incident.IncidentEntity,io.camunda.search.entities.IncidentEntity>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.camunda.search.entities.IncidentEntityapply(io.camunda.webapps.schema.entities.incident.IncidentEntity value)
-
Constructor Details
-
IncidentEntityTransformer
public IncidentEntityTransformer()
-
-
Method Details
-
apply
public io.camunda.search.entities.IncidentEntity apply(io.camunda.webapps.schema.entities.incident.IncidentEntity value) - Specified by:
applyin interfaceServiceTransformer<io.camunda.webapps.schema.entities.incident.IncidentEntity,io.camunda.search.entities.IncidentEntity>
-