Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.
/ data_mapper Public archive

MapのDelegatePropertyのキーをアノテーションで任意に設定

Notifications You must be signed in to change notification settings

kiyosuke/data_mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

data_mapper

MapのDelegatePropertyのキーをアノテーションで任意に設定

MutableMapの演算子をオーバーロードを実装しているため必ずMutableMapperを継承してください

class Human(map:MutableMap): MutableMapper() {
  @Mapper(name = "first_name")
  val firstName: String by map
  @Mapper(name = "last_name")
  val lastName: String by map
  val age: Int by map
}

About

MapのDelegatePropertyのキーをアノテーションで任意に設定

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages