类 LocalTimeValueFactory

  • 所有已实现的接口:
    ValueFactory<java.time.LocalTime>

    public class LocalTimeValueFactory
    extends AbstractDateTimeValueFactory<java.time.LocalTime>
    A value factory to create LocalTime instances.
    • 构造器详细资料

      • LocalTimeValueFactory

        public LocalTimeValueFactory​(PropertySet pset)
    • 方法详细资料

      • localCreateFromTime

        public java.time.LocalTime localCreateFromTime​(InternalTime it)
      • localCreateFromTimestamp

        public java.time.LocalTime localCreateFromTimestamp​(InternalTimestamp its)
      • localCreateFromDatetime

        public java.time.LocalTime localCreateFromDatetime​(InternalTimestamp its)
      • getTargetTypeName

        public String getTargetTypeName()
        从接口复制的说明: ValueFactory
        Get the actual class name of T parameter.
        返回:
        class name