类 DbDocValueFactory

    • 构造器详细资料

    • 方法详细资料

      • createFromBytes

        public DbDoc createFromBytes​(byte[] bytes,
                                     int offset,
                                     int length,
                                     Field f)
        Interpret the given byte array as a string. This value factory needs to know the encoding to interpret the string. The default (null) will interpret the byte array using the platform encoding.
      • getTargetTypeName

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