Interface ProxyTime

All Superinterfaces:
Proxy
All Known Subinterfaces:
ProxyInstant

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

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

    • asTime

      LocalTime asTime()
      Returns the time information. The returned value must not be null.
      Since:
      19.2.0
    • from

      static ProxyTime from(LocalTime time)
      Creates a proxy time from a local time.
      Since:
      19.2.0