模块 org.redkale

类 EnMember<W extends Writer,​T,​F>

  • 类型参数:
    W - Writer输出的子类
    T - 字段依附的类
    F - 字段的数据类型

    public final class EnMember<W extends Writer,​T,​F>
    extends Object
    字段的序列化操作类

    详情见: https://redkale.org

    作者:
    zhangjx
    • 方法详细资料

      • getFieldValue

        public Object getFieldValue​(T obj)
      • accepts

        public final boolean accepts​(String name)
      • getFieldName

        public String getFieldName()
      • getAttribute

        public Attribute<T,​F> getAttribute()
      • getComment

        public String getComment()
      • getJsonFieldNameChars

        public char[] getJsonFieldNameChars()
      • getJsonFieldNameBytes

        public byte[] getJsonFieldNameBytes()
      • isStringType

        public boolean isStringType()
      • getField

        public Field getField()
      • getMethod

        public Method getMethod()
      • isBoolType

        public boolean isBoolType()
      • getIndex

        public int getIndex()
      • getPosition

        public int getPosition()
      • getTag

        public int getTag()
      • getTagSize

        public int getTagSize()
      • compareTo

        public int compareTo​(boolean fieldSort,
                             EnMember<W,​T,​F> o)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object