Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
uberto committed Sep 5, 2024
1 parent 28fd178 commit 732a11d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,8 @@ abstract class JDataClassReflect<T : Any>(val klazz: KClass<T>) : JDataClass<T>(
String::class.java -> registerProperty( JsonPropMandatory(field.name, JString)){ o -> field.get(o) as String}
}


registerPropertyHack(prop) {obj -> field. get(obj) } // !!!!!!!!
registerPropertyHack(prop) {obj -> field. get(obj) }
}


//
}
}

0 comments on commit 732a11d

Please sign in to comment.