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 fos-common-1.0.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.feedzai.fos.common.validation
├─ com.feedzai.fos.common.validation.NotBlank.class - [JAR]
├─ com.feedzai.fos.common.validation.NotEmpty.class - [JAR]
├─ com.feedzai.fos.common.validation.NotNull.class - [JAR]
├─ com.feedzai.fos.common.validation.Nullable.class - [JAR]
├─ com.feedzai.fos.common.validation.ValidationUtils.class - [JAR]
com.feedzai.fos.common.kryo
├─ com.feedzai.fos.common.kryo.CustomUUIDSerializer.class - [JAR]
├─ com.feedzai.fos.common.kryo.ScoringRequestEnvelope.class - [JAR]