javafx - Java reflection for library classes -


i have class large number of variables use myclass.class.getdeclaredfields() , loop save simple types such int, double etc.

now i'm stuck on 'not simple ones' such javafx.scene.paint.color, javafx.scene.effect.innershadow etc.

can save values somehow using myclass.class.getdeclaredfields() or need save them separately (i.e. manually)?


Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

c# - Inconsistent accessibility errors -

security - Java Applet Windows-MY keystore PrivateKey getEncoded is null -