Module com.gluonhq.cloudlink.client
Class ConnectObjectIntrospector<T>
- java.lang.Object
-
- com.gluonhq.impl.cloudlink.client.data.metadata.ConnectObjectIntrospector<T>
-
public class ConnectObjectIntrospector<T> extends Object
A utility class that retrieves the list of non-static and non-final fields of a class.
-
-
Constructor Summary
Constructors Constructor Description ConnectObjectIntrospector(Class<T> klass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectMetadataClass<T>
introspect()
Static fields and final fields that don't represent a JavaFX property will not be considered.
-
-
-
Method Detail
-
introspect
public ConnectMetadataClass<T> introspect()
Static fields and final fields that don't represent a JavaFX property will not be considered.- Returns:
-
-