Class AbstractJsonCursor

Direct Known Subclasses:
PropertySearchCursor

public class AbstractJsonCursor extends AbstractDeferredCursor
  • Method Details

    • isSearchKeys

      protected boolean isSearchKeys()
    • initialize

      protected void initialize()
      Description copied from class: AbstractDeferredCursor
      Add your search cursors and objects here
      Specified by:
      initialize in class AbstractDeferredCursor
    • predicate

      protected boolean predicate(JsonPath path)
      Return false to omit the given path from the search.
    • getLocation

      protected String getLocation()
    • getProperty

      protected String getProperty(JsonPath propertyPath)