Interface FieldSetMarshaller.Supplied<T,​V extends Supplier<T>>

    • Method Detail

      • build

        default T build​(V value)
        Description copied from interface: FieldSetMarshaller
        Builds the target object from the read value.
        Specified by:
        build in interface FieldSetMarshaller<T,​V extends Supplier<T>>
        Parameters:
        value - a read value
        Returns:
        the target object