Interface Mapper<SessionStateType>


  • public interface Mapper<SessionStateType>
    A Sentinel Mapper
    • Method Detail

      • map

        java.lang.Object map​(java.lang.Object inputArg,
                             SessionStateType sessionState,
                             MapperFacilities facilities)
                      throws MapperException
        Construct a new object by 'mapping' fields from an input object and session state
        Parameters:
        inputArg - the input object
        sessionState - sentinel session state
        facilities - useful facilities mappers may use
        Returns:
        a new object
        Throws:
        MapperException - if the mapping could not be perform successfully