Interface ProxyDate

All Superinterfaces:
Proxy
All Known Subinterfaces:
ProxyInstant

public interface ProxyDate extends Proxy
Interface to be implemented to mimic guest language objects that represents dates.
Since:
19.2.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the date information.
    static ProxyDate
    Creates a proxy date from a local date.
  • Method Details

    • asDate

      LocalDate asDate()
      Returns the date information. The returned value must not be null.
      Since:
      19.2.0
    • from

      static ProxyDate from(LocalDate date)
      Creates a proxy date from a local date.
      Since:
      19.2.0