类 SqlDateDelegate

  • 所有已实现的接口:
    io.protostuff.runtime.Delegate<Date>

    public class SqlDateDelegate
    extends Object
    implements io.protostuff.runtime.Delegate<Date>
    Custom Date delegate
    • 构造器详细资料

      • SqlDateDelegate

        public SqlDateDelegate()
    • 方法详细资料

      • getFieldType

        public io.protostuff.WireFormat.FieldType getFieldType()
        指定者:
        getFieldType 在接口中 io.protostuff.runtime.Delegate<Date>
      • readFrom

        public Date readFrom​(io.protostuff.Input input)
                      throws IOException
        指定者:
        readFrom 在接口中 io.protostuff.runtime.Delegate<Date>
        抛出:
        IOException
      • writeTo

        public void writeTo​(io.protostuff.Output output,
                            int number,
                            Date value,
                            boolean repeated)
                     throws IOException
        指定者:
        writeTo 在接口中 io.protostuff.runtime.Delegate<Date>
        抛出:
        IOException
      • transfer

        public void transfer​(io.protostuff.Pipe pipe,
                             io.protostuff.Input input,
                             io.protostuff.Output output,
                             int number,
                             boolean repeated)
                      throws IOException
        指定者:
        transfer 在接口中 io.protostuff.runtime.Delegate<Date>
        抛出:
        IOException
      • typeClass

        public Class<?> typeClass()
        指定者:
        typeClass 在接口中 io.protostuff.runtime.Delegate<Date>