Class BeansMapper<T>

java.lang.Object
net.minidev.json.writer.JsonReaderI<T>
net.minidev.json.writer.BeansMapper<T>

public abstract class BeansMapper<T> extends JsonReaderI<T>
  • Field Details

  • Constructor Details

    • BeansMapper

      public BeansMapper(JsonReader base)
  • Method Details

    • getValue

      public abstract Object getValue(Object current, String key)
      Description copied from class: JsonReaderI
      Gets a value from the current object
      Overrides:
      getValue in class JsonReaderI<T>
      Parameters:
      current - the current object
      key - the key to get the value for
      Returns:
      the value associated with the key