Class ActMapping

java.lang.Object
io.vertx.up.commune.ActMapping
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActIn, ActOut

public abstract class ActMapping extends Object implements Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected io.modello.specification.HRecord
    getRecord(Object input, io.modello.specification.HRecord definition, io.vertx.up.commune.exchange.BTree mapping)
     
    protected boolean
    isAfter(io.vertx.up.commune.exchange.BTree mapping)
     
    protected boolean
    isBefore(io.vertx.up.commune.exchange.BTree mapping)
     
    protected io.vertx.up.uca.adminicle.Mapper
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ActMapping

      public ActMapping()
  • Method Details

    • getRecord

      protected io.modello.specification.HRecord getRecord(Object input, io.modello.specification.HRecord definition, io.vertx.up.commune.exchange.BTree mapping)
    • isBefore

      protected boolean isBefore(io.vertx.up.commune.exchange.BTree mapping)
    • isAfter

      protected boolean isAfter(io.vertx.up.commune.exchange.BTree mapping)
    • mapper

      protected io.vertx.up.uca.adminicle.Mapper mapper()