public interface IJavetReflectionObjectFactory
Modifier and Type | Method and Description |
---|---|
default boolean |
isSupported(java.lang.Class<?> type,
V8Value v8Value)
Is reflection object conversion supported.
|
java.lang.Object |
toObject(java.lang.Class<?> type,
V8Value v8Value)
Convert from V8 value to a reflection object.
|
default boolean isSupported(java.lang.Class<?> type, V8Value v8Value)
type
- the type to be convertedv8Value
- the V8 valuejava.lang.Object toObject(java.lang.Class<?> type, V8Value v8Value)
type
- the type to be convertedv8Value
- the V8 value