All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spinjar.com.jayway.jsonpath.internal.path.PathTokenAppender Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
package com.jayway.jsonpath.internal.path;

public interface PathTokenAppender {
    PathTokenAppender appendPathToken(PathToken next);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy