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 UniqueNamerNormalizeUtils.namer(package private) UniqueNamerNormalizeUtils.HashResult.pathNamerMethods in com.github.jsonldjava.core that return UniqueNamerMethods in com.github.jsonldjava.core with parameters of type UniqueNamerModifier and TypeMethodDescriptionprivate static NormalizeUtils.HashResultNormalizeUtils.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 StringHashes 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)