Class JsonReadOptions


  • public class JsonReadOptions
    extends Object
    Provides the ability to customise the reading of JSON content.

    You can register JsonReadBeanVisitors to customise the processing of the beans as they are processed and handle any custom JSON elements that could not be mapped to bean properties.