AttributeValueMapper

open class AttributeValueMapper

Allow to map swift(data store) and json type

  • Undocumented

    Declaration

    Swift

    public static var `default`: AttributeValueMapper
  • Undocumented

    Declaration

    Swift

    open func map(_ value: Any?, with attribute: Attribute) -> Any?
  • Undocumented

    Declaration

    Swift

    open func unmap(_ value: Any?, with attribute: Attribute) -> Any?