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 dfinity-agent-0.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ic4j.candid.dom
├─ org.ic4j.candid.dom.DOMDeserializer.class - [JAR]
├─ org.ic4j.candid.dom.DOMSerDeserBase.class - [JAR]
├─ org.ic4j.candid.dom.DOMSerializer.class - [JAR]
├─ org.ic4j.candid.dom.DOMUtils.class - [JAR]
org.ic4j.types
├─ org.ic4j.types.Principal.class - [JAR]
├─ org.ic4j.types.PrincipalDeserializer.class - [JAR]
├─ org.ic4j.types.PrincipalError.class - [JAR]
├─ org.ic4j.types.PrincipalSerializer.class - [JAR]
org.ic4j.candid.pojo
├─ org.ic4j.candid.pojo.PojoDeserializer.class - [JAR]
├─ org.ic4j.candid.pojo.PojoSerializer.class - [JAR]
org.ic4j.candid.types
├─ org.ic4j.candid.types.Label.class - [JAR]
├─ org.ic4j.candid.types.Numbers.class - [JAR]
├─ org.ic4j.candid.types.Opcode.class - [JAR]
├─ org.ic4j.candid.types.Type.class - [JAR]
org.ic4j.candid.annotations
├─ org.ic4j.candid.annotations.Argument.class - [JAR]
├─ org.ic4j.candid.annotations.Deserializer.class - [JAR]
├─ org.ic4j.candid.annotations.Field.class - [JAR]
├─ org.ic4j.candid.annotations.Ignore.class - [JAR]
├─ org.ic4j.candid.annotations.Name.class - [JAR]
├─ org.ic4j.candid.annotations.QUERY.class - [JAR]
├─ org.ic4j.candid.annotations.Serializer.class - [JAR]
├─ org.ic4j.candid.annotations.UPDATE.class - [JAR]
org.ic4j.candid
├─ org.ic4j.candid.ByteUtils.class - [JAR]
├─ org.ic4j.candid.Bytes.class - [JAR]
├─ org.ic4j.candid.CandidError.class - [JAR]
├─ org.ic4j.candid.Deserialize.class - [JAR]
├─ org.ic4j.candid.Deserializer.class - [JAR]
├─ org.ic4j.candid.IDLBuilder.class - [JAR]
├─ org.ic4j.candid.IDLDeserialize.class - [JAR]
├─ org.ic4j.candid.IDLUtils.class - [JAR]
├─ org.ic4j.candid.Leb128.class - [JAR]
├─ org.ic4j.candid.ObjectDeserializer.class - [JAR]
├─ org.ic4j.candid.ObjectSerializer.class - [JAR]
├─ org.ic4j.candid.Serializer.class - [JAR]
├─ org.ic4j.candid.TypeSerialize.class - [JAR]
├─ org.ic4j.candid.TypeTable.class - [JAR]
├─ org.ic4j.candid.TypeTableResponse.class - [JAR]
├─ org.ic4j.candid.ValueSerializer.class - [JAR]
org.ic4j.candid.parser
├─ org.ic4j.candid.parser.IDLArgs.class - [JAR]
├─ org.ic4j.candid.parser.IDLField.class - [JAR]
├─ org.ic4j.candid.parser.IDLType.class - [JAR]
├─ org.ic4j.candid.parser.IDLValue.class - [JAR]
org.ic4j.candid.jackson
├─ org.ic4j.candid.jackson.JacksonDeserializer.class - [JAR]
├─ org.ic4j.candid.jackson.JacksonSerializer.class - [JAR]
org.ic4j.candid.jdbc
├─ org.ic4j.candid.jdbc.JDBCSerializer.class - [JAR]