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