sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.reflect
/
SeslPathClassReflector
Sesl
Path
Class
Reflector
@
RestrictTo
(
value
=
LIBRARY_GROUP_PREFIX
)
open
class
SeslPathClassReflector
(
source
)
Members
Functions
get
Class
Link copied to clipboard
open
fun
getClass
(
pathClassLoader
:
PathClassLoader
,
className
:
String
)
:
Class
<
out
Any
>
get
Field
Link copied to clipboard
open
fun
getField
(
pathClassLoader
:
PathClassLoader
,
className
:
String
,
fieldName
:
String
)
:
Field
get
Method
Link copied to clipboard
open
fun
getMethod
(
pathClassLoader
:
PathClassLoader
,
className
:
String
,
methodName
:
String
,
parameterTypes
:
Array
<
Class
<
out
Any
>
>
)
:
Method