Class BeanWriter

  • All Implemented Interfaces:
    ValueWriter

    public class BeanWriter
    extends java.lang.Object
    implements ValueWriter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> valueType()
      Accessor for non-generic (type-erased) type of values this reader produces from input.
      void writeValue​(JSONWriter context, com.fasterxml.jackson.core.JsonGenerator g, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _valueType

        protected final java.lang.Class<?> _valueType
    • Constructor Detail

    • Method Detail

      • writeValue

        public void writeValue​(JSONWriter context,
                               com.fasterxml.jackson.core.JsonGenerator g,
                               java.lang.Object value)
                        throws java.io.IOException
        Specified by:
        writeValue in interface ValueWriter
        Throws:
        java.io.IOException
      • valueType

        public java.lang.Class<?> valueType()
        Description copied from interface: ValueWriter
        Accessor for non-generic (type-erased) type of values this reader produces from input.
        Specified by:
        valueType in interface ValueWriter