reflect
Wraps the selected T class with inlined ReflectedClass exposing libGDX reflection API.
Return
ReflectedClass wrapping T.
Extracts Class from the given KClass and wraps it with inlined ReflectedClass exposing libGDX reflection API.
Return
ReflectedClass wrapping the selected kotlinClass.
Parameters
Wraps the selected Class with inlined ReflectedClass exposing libGDX reflection API.
Return
ReflectedClass wrapping the selected javaClass.
Parameters
javaClass
Class to be wrapped.
Wraps the selected class with inlined ReflectedClass exposing libGDX reflection API.
Return
ReflectedClass wrapping the selected class.
Parameters
name
qualified name of the class to wrap.
Throws
ReflectionException
when unable to find the class.