Skip to content

Randolf the reindeer is busy instantiating your kotlin data classes.

Notifications You must be signed in to change notification settings

bitkid/randolf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randolf the reindeer

Randolf is busy 24/7 instantiating your kotlin data classes with autogenerated values

this is how it looks in action.

data class Group(val name: String)
data class User(val firstName:String, val name:String, val age: Int, val lat:Double, val long:Double, val group:Group)
print(Randolf.create<User>())
        
=> User(firstName=xdUpnBjqLMgOmb[U25ym, name=`6Eb2K4uO4;pv:i;V@AI, age=-776962503, lat=0.8399883812751676, long=0.40143311870843756, group=Group(name=Q\M1^ZIphuEZwlC<43SX))

About

Randolf the reindeer is busy instantiating your kotlin data classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%