Class ArrayPathToken

    • Constructor Detail

      • ArrayPathToken

        public ArrayPathToken()
    • Method Detail

      • checkArrayModel

        protected boolean checkArrayModel​(java.lang.String currentPath,
                                          java.lang.Object model,
                                          EvaluationContextImpl ctx)
        Check if model is non-null and array.
        Parameters:
        currentPath -
        model -
        ctx -
        Returns:
        false if current evaluation call must be skipped, true otherwise
        Throws:
        PathNotFoundException - if model is null and evaluation must be interrupted
        InvalidPathException - if model is not an array and evaluation must be interrupted