orangy
03/02/2018, 4:42 PMziggy42
03/02/2018, 4:44 PMorangy
03/02/2018, 4:45 PMziggy42
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
public class Service {
private ServiceDelegate delegate;
...
orangy
03/02/2018, 5:02 PMReturns an array containing {@code Field} objects reflecting all the accessible public fields of the class or interface
instance.javaClass.superclass.declaredFields.firstOrNull { it.name == "delegate" }