orangy
ziggy42
03/02/2018, 4:44 PMorangy
ziggy42
03/02/2018, 4:47 PMpublic class InstanceClass extends Service
, Service
is https://docs.oracle.com/javase/7/docs/api/javax/xml/ws/Service.html and is defined as public class Service
ziggy42
03/02/2018, 4:47 PMpublic class Service {
private ServiceDelegate delegate;
...
ziggy42
03/02/2018, 4:48 PMorangy
Returns an array containing {@code Field} objects reflecting all the accessible public fields of the class or interface
orangy
instance.javaClass.superclass.declaredFields.firstOrNull { it.name == "delegate" }