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 dotwebstack-frontend-ld-0.1.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dotwebstack.framework.frontend.ld.writer.graph
├─ org.dotwebstack.framework.frontend.ld.writer.graph.GraphEntityWriter.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.writer.graph.JsonLdGraphEntityWriter.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.writer.graph.RdfXmlGraphEntityWriter.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.writer.graph.TriGGraphEntityWriter.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.writer.graph.TurtleGraphEntityWriter.class - [JAR]
org.dotwebstack.framework.frontend.ld.writer.tuple
├─ org.dotwebstack.framework.frontend.ld.writer.tuple.AbstractJsonGeneratorTupleEntityWriter.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.writer.tuple.AbstractSparqlResultsTupleEntityWriter.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.writer.tuple.AbstractTupleEntityWriter.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.writer.tuple.JsonTupleEntityWriter.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.writer.tuple.SparqlResultsCsvTupleEntityWriter.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.writer.tuple.SparqlResultsJsonTupleEntityWriter.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.writer.tuple.SparqlResultsXmlTupleEntityWriter.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.writer.tuple.XmlTupleEntityWriter.class - [JAR]
org.dotwebstack.framework.frontend.ld.mappers
├─ org.dotwebstack.framework.frontend.ld.mappers.DirectEndpointRequestMapper.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.mappers.DynamicEndpointRequestMapper.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.mappers.LdRedirectionRequestMapper.class - [JAR]
org.dotwebstack.framework.frontend.ld.parameter.source
├─ org.dotwebstack.framework.frontend.ld.parameter.source.ParameterSource.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.parameter.source.ParameterSourceFactory.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.parameter.source.RequestUriParameterSource.class - [JAR]
org.dotwebstack.framework.frontend.ld
├─ org.dotwebstack.framework.frontend.ld.LdModule.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.SupportedReaderMediaTypesScanner.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.SupportedWriterMediaTypesScanner.class - [JAR]
org.dotwebstack.framework.frontend.ld.handlers
├─ org.dotwebstack.framework.frontend.ld.handlers.DirectEndpointRequestHandler.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.handlers.DynamicEndpointRequestHandler.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.handlers.EndpointRequestParameterMapper.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.handlers.RedirectionRequestHandler.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.handlers.RepresentationRequestHandlerFactory.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.handlers.RequestHandler.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.handlers.ServiceRequestHandler.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.handlers.ServiceRequestHandlerFactory.class - [JAR]
org.dotwebstack.framework.frontend.ld.parameter
├─ org.dotwebstack.framework.frontend.ld.parameter.AbstractParameterMapper.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.parameter.ParameterMapper.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.parameter.ParameterMapperFactory.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.parameter.ParameterMapperResourceProvider.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.parameter.UriParameterMapper.class - [JAR]
org.dotwebstack.framework.frontend.ld.service
├─ org.dotwebstack.framework.frontend.ld.service.Service.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.service.ServiceResourceProvider.class - [JAR]
org.dotwebstack.framework.frontend.ld.representation
├─ org.dotwebstack.framework.frontend.ld.representation.Representation.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.representation.RepresentationResourceProvider.class - [JAR]
org.dotwebstack.framework.frontend.ld.redirection
├─ org.dotwebstack.framework.frontend.ld.redirection.Redirection.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.redirection.RedirectionResourceProvider.class - [JAR]
org.dotwebstack.framework.frontend.ld.parameter.target
├─ org.dotwebstack.framework.frontend.ld.parameter.target.ParameterTarget.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.parameter.target.Target.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.parameter.target.TargetFactory.class - [JAR]
org.dotwebstack.framework.frontend.ld.endpoint
├─ org.dotwebstack.framework.frontend.ld.endpoint.AbstractEndpoint.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.endpoint.DirectEndpoint.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.endpoint.DirectEndpointResourceProvider.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.endpoint.DynamicEndpoint.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.endpoint.DynamicEndpointResourceProvider.class - [JAR]
org.dotwebstack.framework.frontend.ld.reader
├─ org.dotwebstack.framework.frontend.ld.reader.JsonLdModelReader.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.reader.RdfXmlModelReader.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.reader.TriGModelReader.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.reader.TurtleModelReader.class - [JAR]
org.dotwebstack.framework.frontend.ld.writer
├─ org.dotwebstack.framework.frontend.ld.writer.EntityWriter.class - [JAR]
org.dotwebstack.framework.frontend.ld.appearance
├─ org.dotwebstack.framework.frontend.ld.appearance.Appearance.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.appearance.AppearanceResourceProvider.class - [JAR]
org.dotwebstack.framework.frontend.ld.entity
├─ org.dotwebstack.framework.frontend.ld.entity.AbstractEntity.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.entity.Entity.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.entity.GraphEntity.class - [JAR]
├─ org.dotwebstack.framework.frontend.ld.entity.TupleEntity.class - [JAR]