Module org.jooq
Package org.jooq.impl

Class DefaultRecordUnmapper<E,​R extends Record>

    • Method Detail

      • unmap

        public final R unmap​(E source)
        Description copied from interface: RecordUnmapper
        Unmap a POJO into a record.
        Specified by:
        unmap in interface RecordUnmapper<E,​R extends Record>
        Parameters:
        source - The source object to copy data from. This is never null.