Uses of Class
com.github.jsonldjava.core.UniqueNamer
Packages that use UniqueNamer
-
Uses of UniqueNamer in com.github.jsonldjava.core
Fields in com.github.jsonldjava.core declared as UniqueNamerModifier and TypeFieldDescriptionprivate final UniqueNamer
NormalizeUtils.namer
(package private) UniqueNamer
NormalizeUtils.HashResult.pathNamer
Methods in com.github.jsonldjava.core that return UniqueNamerMethods in com.github.jsonldjava.core with parameters of type UniqueNamerModifier and TypeMethodDescriptionprivate static NormalizeUtils.HashResult
NormalizeUtils.hashPaths
(String id, Map<String, Object> bnodes, UniqueNamer namer, UniqueNamer pathNamer) Produces a hash for the paths of adjacent bnodes for a bnode, incorporating all information about its subgraph of bnodes.private static String
Hashes all of the quads about a blank node.Constructors in com.github.jsonldjava.core with parameters of type UniqueNamerModifierConstructorDescriptionNormalizeUtils
(List<Object> quads, Map<String, Object> bnodes, UniqueNamer namer, JsonLdOptions options)