Package org.graalvm.polyglot.proxy
Interface ProxyDate
- All Superinterfaces:
Proxy
- All Known Subinterfaces:
ProxyInstant
Interface to be implemented to mimic guest language objects that represents dates.
- Since:
- 19.2.0
- See Also:
-
Method Summary
-
Method Details
-
asDate
LocalDate asDate()Returns the date information. The returned value must not benull
.- Since:
- 19.2.0
-
from
Creates a proxy date from a local date.- Since:
- 19.2.0
-