Beiträge getagged mit Reflection

Reflection Read-Access to Scala Vars

Scala does not provide a special reflection API so we have to use the usual java reflection. Scala provides the @BeanProperty annotation to automatically create setter and getter (although these are not usable by Scala code). In this case Scala and Java makes no difference. If I want to access simple property fields directly I [...]

,

Keine Kommentare