View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hasmac-json-ld-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
no.hasmac.jsonld.processor
├─ no.hasmac.jsonld.processor.CompactionProcessor.class - [JAR]
├─ no.hasmac.jsonld.processor.ExpansionProcessor.class - [JAR]
├─ no.hasmac.jsonld.processor.FlatteningProcessor.class - [JAR]
├─ no.hasmac.jsonld.processor.FramingProcessor.class - [JAR]
├─ no.hasmac.jsonld.processor.FromRdfProcessor.class - [JAR]
├─ no.hasmac.jsonld.processor.ToRdfProcessor.class - [JAR]
no.hasmac.jsonld.http.media
├─ no.hasmac.jsonld.http.media.MediaType.class - [JAR]
├─ no.hasmac.jsonld.http.media.MediaTypeParameters.class - [JAR]
├─ no.hasmac.jsonld.http.media.MediaTypeParser.class - [JAR]
no.hasmac.rdf.lang
├─ no.hasmac.rdf.lang.RdfAlphabet.class - [JAR]
├─ no.hasmac.rdf.lang.RdfConstants.class - [JAR]
├─ no.hasmac.rdf.lang.XsdConstants.class - [JAR]
no.hasmac.jsonld.lang
├─ no.hasmac.jsonld.lang.BlankNode.class - [JAR]
├─ no.hasmac.jsonld.lang.CompactUri.class - [JAR]
├─ no.hasmac.jsonld.lang.DefaultObject.class - [JAR]
├─ no.hasmac.jsonld.lang.DirectionType.class - [JAR]
├─ no.hasmac.jsonld.lang.GraphObject.class - [JAR]
├─ no.hasmac.jsonld.lang.Keywords.class - [JAR]
├─ no.hasmac.jsonld.lang.LanguageTag.class - [JAR]
├─ no.hasmac.jsonld.lang.LanguageTagParser.class - [JAR]
├─ no.hasmac.jsonld.lang.ListObject.class - [JAR]
├─ no.hasmac.jsonld.lang.NodeObject.class - [JAR]
├─ no.hasmac.jsonld.lang.Utils.class - [JAR]
├─ no.hasmac.jsonld.lang.ValueObject.class - [JAR]
no.hasmac.jsonld.context.cache
├─ no.hasmac.jsonld.context.cache.Cache.class - [JAR]
├─ no.hasmac.jsonld.context.cache.ConcurrentLruCache.class - [JAR]
├─ no.hasmac.jsonld.context.cache.LruCache.class - [JAR]
no.hasmac.rdf.impl
├─ no.hasmac.rdf.impl.DefaultRdfProvider.class - [JAR]
├─ no.hasmac.rdf.impl.RdfDatasetImpl.class - [JAR]
├─ no.hasmac.rdf.impl.RdfGraphImpl.class - [JAR]
├─ no.hasmac.rdf.impl.RdfLiteralImpl.class - [JAR]
├─ no.hasmac.rdf.impl.RdfNQuadImpl.class - [JAR]
├─ no.hasmac.rdf.impl.RdfResourceImpl.class - [JAR]
├─ no.hasmac.rdf.impl.RdfTripleImpl.class - [JAR]
no.hasmac.jsonld.http.link
├─ no.hasmac.jsonld.http.link.Link.class - [JAR]
├─ no.hasmac.jsonld.http.link.LinkAttribute.class - [JAR]
├─ no.hasmac.jsonld.http.link.LinkAttributes.class - [JAR]
├─ no.hasmac.jsonld.http.link.LinkHeaderParser.class - [JAR]
no.hasmac.jsonld.api
├─ no.hasmac.jsonld.api.CommonApi.class - [JAR]
├─ no.hasmac.jsonld.api.CompactionApi.class - [JAR]
├─ no.hasmac.jsonld.api.ContextApi.class - [JAR]
├─ no.hasmac.jsonld.api.ExpansionApi.class - [JAR]
├─ no.hasmac.jsonld.api.FlatteningApi.class - [JAR]
├─ no.hasmac.jsonld.api.FramingApi.class - [JAR]
├─ no.hasmac.jsonld.api.FromRdfApi.class - [JAR]
├─ no.hasmac.jsonld.api.LoaderApi.class - [JAR]
├─ no.hasmac.jsonld.api.ToRdfApi.class - [JAR]
no.hasmac.rdf.io.error
├─ no.hasmac.rdf.io.error.RdfReaderException.class - [JAR]
├─ no.hasmac.rdf.io.error.RdfWriterException.class - [JAR]
├─ no.hasmac.rdf.io.error.UnsupportedContentException.class - [JAR]
no.hasmac.jsonld.loader
├─ no.hasmac.jsonld.loader.DefaultHttpLoader.class - [JAR]
├─ no.hasmac.jsonld.loader.DocumentLoader.class - [JAR]
├─ no.hasmac.jsonld.loader.DocumentLoaderOptions.class - [JAR]
├─ no.hasmac.jsonld.loader.DocumentReader.class - [JAR]
├─ no.hasmac.jsonld.loader.DocumentResolver.class - [JAR]
├─ no.hasmac.jsonld.loader.FileLoader.class - [JAR]
├─ no.hasmac.jsonld.loader.HttpLoader.class - [JAR]
├─ no.hasmac.jsonld.loader.SchemeRouter.class - [JAR]
├─ no.hasmac.jsonld.loader.package-info.class - [JAR]
no.hasmac.jsonld
├─ no.hasmac.jsonld.JsonLd.class - [JAR]
├─ no.hasmac.jsonld.JsonLdEmbed.class - [JAR]
├─ no.hasmac.jsonld.JsonLdError.class - [JAR]
├─ no.hasmac.jsonld.JsonLdErrorCode.class - [JAR]
├─ no.hasmac.jsonld.JsonLdOptions.class - [JAR]
├─ no.hasmac.jsonld.JsonLdVersion.class - [JAR]
├─ no.hasmac.jsonld.ModifiableJsonArray.class - [JAR]
├─ no.hasmac.jsonld.StringUtils.class - [JAR]
├─ no.hasmac.jsonld.package-info.class - [JAR]
no.hasmac.jsonld.compaction
├─ no.hasmac.jsonld.compaction.Compaction.class - [JAR]
├─ no.hasmac.jsonld.compaction.UriCompaction.class - [JAR]
├─ no.hasmac.jsonld.compaction.ValueCompaction.class - [JAR]
├─ no.hasmac.jsonld.compaction.package-info.class - [JAR]
no.hasmac.jsonld.flattening
├─ no.hasmac.jsonld.flattening.BlankNodeIdGenerator.class - [JAR]
├─ no.hasmac.jsonld.flattening.Flattening.class - [JAR]
├─ no.hasmac.jsonld.flattening.NodeMap.class - [JAR]
├─ no.hasmac.jsonld.flattening.NodeMapBuilder.class - [JAR]
├─ no.hasmac.jsonld.flattening.package-info.class - [JAR]
no.hasmac.rdf.io
├─ no.hasmac.rdf.io.RdfReader.class - [JAR]
├─ no.hasmac.rdf.io.RdfWriter.class - [JAR]
no.hasmac.jsonld.expansion
├─ no.hasmac.jsonld.expansion.ArrayExpansion.class - [JAR]
├─ no.hasmac.jsonld.expansion.Expansion.class - [JAR]
├─ no.hasmac.jsonld.expansion.ObjectExpansion.class - [JAR]
├─ no.hasmac.jsonld.expansion.ObjectExpansion1314.class - [JAR]
├─ no.hasmac.jsonld.expansion.ScalarExpansion.class - [JAR]
├─ no.hasmac.jsonld.expansion.UriExpansion.class - [JAR]
├─ no.hasmac.jsonld.expansion.ValueExpansion.class - [JAR]
├─ no.hasmac.jsonld.expansion.package-info.class - [JAR]
no.hasmac.jsonld.json
├─ no.hasmac.jsonld.json.JsonCanonicalizer.class - [JAR]
├─ no.hasmac.jsonld.json.JsonLdComparison.class - [JAR]
├─ no.hasmac.jsonld.json.JsonMapBuilder.class - [JAR]
├─ no.hasmac.jsonld.json.JsonProvider.class - [JAR]
├─ no.hasmac.jsonld.json.JsonUtils.class - [JAR]
no.hasmac.jsonld.serialization
├─ no.hasmac.jsonld.serialization.GraphMap.class - [JAR]
├─ no.hasmac.jsonld.serialization.RdfToJsonld.class - [JAR]
├─ no.hasmac.jsonld.serialization.RdfToObject.class - [JAR]
├─ no.hasmac.jsonld.serialization.RefJsonObject.class - [JAR]
├─ no.hasmac.jsonld.serialization.package-info.class - [JAR]
no.hasmac.rdf
├─ no.hasmac.rdf.Rdf.class - [JAR]
├─ no.hasmac.rdf.RdfDataset.class - [JAR]
├─ no.hasmac.rdf.RdfGraph.class - [JAR]
├─ no.hasmac.rdf.RdfLiteral.class - [JAR]
├─ no.hasmac.rdf.RdfNQuad.class - [JAR]
├─ no.hasmac.rdf.RdfResource.class - [JAR]
├─ no.hasmac.rdf.RdfTriple.class - [JAR]
├─ no.hasmac.rdf.RdfValue.class - [JAR]
no.hasmac.jsonld.context
├─ no.hasmac.jsonld.context.ActiveContext.class - [JAR]
├─ no.hasmac.jsonld.context.ActiveContextBuilder.class - [JAR]
├─ no.hasmac.jsonld.context.InverseContext.class - [JAR]
├─ no.hasmac.jsonld.context.InverseContextBuilder.class - [JAR]
├─ no.hasmac.jsonld.context.TermDefinition.class - [JAR]
├─ no.hasmac.jsonld.context.TermDefinitionBuilder.class - [JAR]
├─ no.hasmac.jsonld.context.TermSelector.class - [JAR]
├─ no.hasmac.jsonld.context.package-info.class - [JAR]
no.hasmac.jsonld.deseralization
├─ no.hasmac.jsonld.deseralization.JsonLdToRdf.class - [JAR]
├─ no.hasmac.jsonld.deseralization.ListToRdf.class - [JAR]
├─ no.hasmac.jsonld.deseralization.ObjectToRdf.class - [JAR]
├─ no.hasmac.jsonld.deseralization.package-info.class - [JAR]
no.hasmac.rdf.spi
├─ no.hasmac.rdf.spi.RdfProvider.class - [JAR]
no.hasmac.jsonld.framing
├─ no.hasmac.jsonld.framing.Frame.class - [JAR]
├─ no.hasmac.jsonld.framing.FrameMatcher.class - [JAR]
├─ no.hasmac.jsonld.framing.Framing.class - [JAR]
├─ no.hasmac.jsonld.framing.FramingState.class - [JAR]
├─ no.hasmac.jsonld.framing.ValuePatternMatcher.class - [JAR]
├─ no.hasmac.jsonld.framing.package-info.class - [JAR]
no.hasmac.jsonld.uri
├─ no.hasmac.jsonld.uri.PartiallyImplementedUriValidator.class - [JAR]
├─ no.hasmac.jsonld.uri.Path.class - [JAR]
├─ no.hasmac.jsonld.uri.UriRelativizer.class - [JAR]
├─ no.hasmac.jsonld.uri.UriResolver.class - [JAR]
├─ no.hasmac.jsonld.uri.UriUtils.class - [JAR]
no.hasmac.jsonld.http
├─ no.hasmac.jsonld.http.DefaultHttpClient.class - [JAR]
├─ no.hasmac.jsonld.http.HttpAlphabet.class - [JAR]
├─ no.hasmac.jsonld.http.HttpClient.class - [JAR]
├─ no.hasmac.jsonld.http.HttpResponse.class - [JAR]
├─ no.hasmac.jsonld.http.ProfileConstants.class - [JAR]
no.hasmac.rdf.io.nquad
├─ no.hasmac.rdf.io.nquad.NQuadsReader.class - [JAR]
├─ no.hasmac.rdf.io.nquad.NQuadsWriter.class - [JAR]
├─ no.hasmac.rdf.io.nquad.Tokenizer.class - [JAR]
no.hasmac.jsonld.document
├─ no.hasmac.jsonld.document.Document.class - [JAR]
├─ no.hasmac.jsonld.document.DocumentParser.class - [JAR]
├─ no.hasmac.jsonld.document.JsonDocument.class - [JAR]
├─ no.hasmac.jsonld.document.RdfDocument.class - [JAR]
├─ no.hasmac.jsonld.document.package-info.class - [JAR]