Class NumberValueWriter
java.lang.Object
com.alibaba.fastjson2.support.money.NumberValueWriter
- All Implemented Interfaces:
ObjectWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(JSONWriter jsonWriter, Object object, Object fieldName, Type fieldType, long features) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.alibaba.fastjson2.writer.ObjectWriter
getFeatures, getFieldWriter, getFieldWriter, getFieldWriters, hasFilter, write, writeArrayMapping, writeArrayMappingJSONB, writeArrayMappingJSONB, writeJSONB, writeTypeInfo, writeWithFilter, writeWithFilter
-
Constructor Details
-
NumberValueWriter
public NumberValueWriter()
-
-
Method Details
-
write
public void write(JSONWriter jsonWriter, Object object, Object fieldName, Type fieldType, long features) - Specified by:
write
in interfaceObjectWriter
-