Class JsonSmartMappingProvider.BooleanReader

java.lang.Object
net.minidev.json.writer.JsonReaderI<Boolean>
com.jayway.jsonpath.spi.mapper.JsonSmartMappingProvider.BooleanReader
Enclosing class:
JsonSmartMappingProvider

private static class JsonSmartMappingProvider.BooleanReader extends net.minidev.json.writer.JsonReaderI<Boolean>
  • Field Summary

    Fields inherited from class net.minidev.json.writer.JsonReaderI

    base
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class net.minidev.json.writer.JsonReaderI

    addValue, createArray, createObject, getType, getValue, setValue, startArray, startObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BooleanReader

      public BooleanReader()
  • Method Details

    • convert

      public Boolean convert(Object src)
      Overrides:
      convert in class net.minidev.json.writer.JsonReaderI<Boolean>