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 text-provider-json-0.10.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.ardoco.textproviderjson.converter
├─ io.github.ardoco.textproviderjson.converter.ConverterUtil.class - [JAR]
├─ io.github.ardoco.textproviderjson.converter.DtoToObjectConverter.class - [JAR]
├─ io.github.ardoco.textproviderjson.converter.JsonConverter.class - [JAR]
├─ io.github.ardoco.textproviderjson.converter.ObjectToDtoConverter.class - [JAR]
io.github.ardoco.textproviderjson.dto
├─ io.github.ardoco.textproviderjson.dto.IncomingDependencyDto.class - [JAR]
├─ io.github.ardoco.textproviderjson.dto.OutgoingDependencyDto.class - [JAR]
├─ io.github.ardoco.textproviderjson.dto.PosTag.class - [JAR]
├─ io.github.ardoco.textproviderjson.dto.SentenceDto.class - [JAR]
├─ io.github.ardoco.textproviderjson.dto.TextDto.class - [JAR]
├─ io.github.ardoco.textproviderjson.dto.WordDto.class - [JAR]
io.github.ardoco.textproviderjson.textobject
├─ io.github.ardoco.textproviderjson.textobject.DependencyImpl.class - [JAR]
├─ io.github.ardoco.textproviderjson.textobject.PhraseImpl.class - [JAR]
├─ io.github.ardoco.textproviderjson.textobject.SentenceImpl.class - [JAR]
├─ io.github.ardoco.textproviderjson.textobject.TextImpl.class - [JAR]
├─ io.github.ardoco.textproviderjson.textobject.WordImpl.class - [JAR]
io.github.ardoco.textproviderjson.error
├─ io.github.ardoco.textproviderjson.error.InvalidJsonException.class - [JAR]
├─ io.github.ardoco.textproviderjson.error.NotConvertableException.class - [JAR]