Package io.vertx.up.commune
Class ActMapping
- java.lang.Object
-
- io.vertx.up.commune.ActMapping
-
- All Implemented Interfaces:
Serializable
public abstract class ActMapping extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.vertx.up.commune.RecordgetRecord(Object input, io.vertx.up.commune.Record definition, io.vertx.up.commune.exchange.BiTree mapping)protected booleanisAfter(io.vertx.up.commune.exchange.BiTree mapping)protected booleanisBefore(io.vertx.up.commune.exchange.BiTree mapping)protected io.vertx.up.uca.adminicle.Mappermapper()
-
-
-
Method Detail
-
getRecord
protected io.vertx.up.commune.Record getRecord(Object input, io.vertx.up.commune.Record definition, io.vertx.up.commune.exchange.BiTree mapping)
-
isBefore
protected boolean isBefore(io.vertx.up.commune.exchange.BiTree mapping)
-
isAfter
protected boolean isAfter(io.vertx.up.commune.exchange.BiTree mapping)
-
mapper
protected io.vertx.up.uca.adminicle.Mapper mapper()
-
-