Interface PathNavigation.Callback<T>

    • Method Detail

      • handleProperty

        void handleProperty​(String name)
        Handle a .-delimited property.
        Parameters:
        name -
      • handleIndexOrKey

        void handleIndexOrKey​(String value)
        Handle an index or key embedded in [].
        Parameters:
        value -
      • handleGenericInIterable

        void handleGenericInIterable()
        Handle contiguous [].
      • result

        T result()
        Return a result. Called after navigation is complete.
        Returns:
        result