文件名称: jsurfer-core-0.12.jar中文-英文对照文档.zip
<dependency>
<groupId>com.hazelcast.jsurfer</groupId>
<artifactId>jsurfer-core</artifactId>
<version>0.12</version>
</dependency>Gradle:
implementation group: 'com.hazelcast.jsurfer', name: 'jsurfer-core', version: '0.12'
Gradle (Short):
implementation 'com.hazelcast.jsurfer:jsurfer-core:0.12'
Gradle (Kotlin):
implementation("com.hazelcast.jsurfer:jsurfer-core:0.12")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.jsfr.json
org.jsfr.json.compiler
org.jsfr.json.exception
org.jsfr.json.filter
org.jsfr.json.path
org.jsfr.json.provider
org.jsfr.json.resolverorg.jsfr.json.AbstractPrimitiveHolder
org.jsfr.json.BufferedListener
org.jsfr.json.Collector
org.jsfr.json.DefaultErrorHandlingStrategy
org.jsfr.json.DispatchUtil
org.jsfr.json.ErrorHandlingStrategy
org.jsfr.json.FilterVerifierDispatcher
org.jsfr.json.JsonDomBuilder
org.jsfr.json.JsonFilterVerifier
org.jsfr.json.JsonParserAdapter
org.jsfr.json.JsonPathListener
org.jsfr.json.JsonSaxHandler
org.jsfr.json.JsonSurfer
org.jsfr.json.NonBlockingParser
org.jsfr.json.ParsingContext
org.jsfr.json.PrimitiveHolder
org.jsfr.json.ResumableParser
org.jsfr.json.StaticPrimitiveHolder
org.jsfr.json.SurfingConfiguration
org.jsfr.json.SurfingConfiguration.Binding
org.jsfr.json.SurfingConfiguration.Builder
org.jsfr.json.SurfingConfiguration.FilterConfig
org.jsfr.json.SurfingConfiguration.IndefinitePathBinding
org.jsfr.json.SurfingContext
org.jsfr.json.TypedJsonPathListener
org.jsfr.json.ValueBox
org.jsfr.json.compiler.JsonPathBaseVisitor
org.jsfr.json.compiler.JsonPathCompiler
org.jsfr.json.compiler.JsonPathLexer
org.jsfr.json.compiler.JsonPathParser
org.jsfr.json.compiler.JsonPathParser.AnyChildContext
org.jsfr.json.compiler.JsonPathParser.AnyContext
org.jsfr.json.compiler.JsonPathParser.ArrayContext
org.jsfr.json.compiler.JsonPathParser.ChildNodeContext
org.jsfr.json.compiler.JsonPathParser.ChildrenNodeContext
org.jsfr.json.compiler.JsonPathParser.FilterContext
org.jsfr.json.compiler.JsonPathParser.FilterEqualBoolContext
org.jsfr.json.compiler.JsonPathParser.FilterEqualNullContext
org.jsfr.json.compiler.JsonPathParser.FilterEqualNumContext
org.jsfr.json.compiler.JsonPathParser.FilterEqualStrContext
org.jsfr.json.compiler.JsonPathParser.FilterExistContext
org.jsfr.json.compiler.JsonPathParser.FilterExprContext
org.jsfr.json.compiler.JsonPathParser.FilterGeNumContext
org.jsfr.json.compiler.JsonPathParser.FilterGtNumContext
org.jsfr.json.compiler.JsonPathParser.FilterItemMethodEqualContext
org.jsfr.json.compiler.JsonPathParser.FilterItemMethodNEqualContext
org.jsfr.json.compiler.JsonPathParser.FilterLeNumContext
org.jsfr.json.compiler.JsonPathParser.FilterLtNumContext
org.jsfr.json.compiler.JsonPathParser.FilterMatchRegexContext
org.jsfr.json.compiler.JsonPathParser.FilterNEqualBoolContext
org.jsfr.json.compiler.JsonPathParser.FilterNEqualNullContext
org.jsfr.json.compiler.JsonPathParser.FilterNEqualNumContext
org.jsfr.json.compiler.JsonPathParser.FilterNEqualStrContext
org.jsfr.json.compiler.JsonPathParser.IndexContext
org.jsfr.json.compiler.JsonPathParser.IndexesContext
org.jsfr.json.compiler.JsonPathParser.ItemMethodContext
org.jsfr.json.compiler.JsonPathParser.PathContext
org.jsfr.json.compiler.JsonPathParser.RelativePathContext
org.jsfr.json.compiler.JsonPathParser.SearchChildContext
org.jsfr.json.compiler.JsonPathParser.SyntaxModeContext
org.jsfr.json.compiler.JsonPathVisitor
org.jsfr.json.exception.JsonPathCompilerException
org.jsfr.json.exception.JsonSurfingException
org.jsfr.json.exception.ResolverException
org.jsfr.json.filter.AggregatePredicate
org.jsfr.json.filter.AndPredicate
org.jsfr.json.filter.BasicJsonPathFilter
org.jsfr.json.filter.CloneableJsonPathFilter
org.jsfr.json.filter.ConstantPredicate
org.jsfr.json.filter.EqualityBoolPredicate
org.jsfr.json.filter.EqualityNullPredicate
org.jsfr.json.filter.EqualityNumPredicate
org.jsfr.json.filter.EqualityStrPredicate
org.jsfr.json.filter.EqualityTypePredicate
org.jsfr.json.filter.ExistencePredicate
org.jsfr.json.filter.FilterBuilder
org.jsfr.json.filter.GreaterOrEqualThanNumPredicate
org.jsfr.json.filter.GreaterThanNumPredicate
org.jsfr.json.filter.JsonPathFilter
org.jsfr.json.filter.LessOrEqualThanNumPredicate
org.jsfr.json.filter.LessThanNumPredicate
org.jsfr.json.filter.MatchRegexPredicate
org.jsfr.json.filter.NegationPredicate
org.jsfr.json.filter.NotEqualityBoolPredicate
org.jsfr.json.filter.NotEqualityNullPredicate
org.jsfr.json.filter.NotEqualityNumPredicate
org.jsfr.json.filter.NotEqualityStrPredicate
org.jsfr.json.filter.NotEqualityTypePredicate
org.jsfr.json.filter.OrPredicate
org.jsfr.json.path.ArrayIndex
org.jsfr.json.path.ArrayIndexes
org.jsfr.json.path.ArrayWildcard
org.jsfr.json.path.ChildNode
org.jsfr.json.path.ChildrenNode
org.jsfr.json.path.DeepScan
org.jsfr.json.path.FilterRoot
org.jsfr.json.path.FilterableChildNode
org.jsfr.json.path.JsonPath
org.jsfr.json.path.JsonPath.Builder
org.jsfr.json.path.PathOperator
org.jsfr.json.path.Root
org.jsfr.json.path.Wildcard
org.jsfr.json.provider.JavaCollectionProvider
org.jsfr.json.provider.JsonProvider
org.jsfr.json.resolver.DocumentResolver
org.jsfr.json.resolver.PoJoResolver
org.jsfr.json.resolver.Resolvable