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 backend-core-model-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.flowingcode.backendcore.model
├─ com.flowingcode.backendcore.model.BaseEntity.class - [JAR]
├─ com.flowingcode.backendcore.model.BaseMessage.class - [JAR]
├─ com.flowingcode.backendcore.model.Constraint.class - [JAR]
├─ com.flowingcode.backendcore.model.ConstraintBuilder.class - [JAR]
├─ com.flowingcode.backendcore.model.ConstraintTransformer.class - [JAR]
├─ com.flowingcode.backendcore.model.ConstraintTransformerException.class - [JAR]
├─ com.flowingcode.backendcore.model.ErrorDescription.class - [JAR]
├─ com.flowingcode.backendcore.model.Identifiable.class - [JAR]
├─ com.flowingcode.backendcore.model.Identifiables.class - [JAR]
├─ com.flowingcode.backendcore.model.InfoDescription.class - [JAR]
├─ com.flowingcode.backendcore.model.QuerySpec.class - [JAR]
com.flowingcode.backendcore.exception
├─ com.flowingcode.backendcore.exception.BaseException.class - [JAR]
├─ com.flowingcode.backendcore.exception.ServiceException.class - [JAR]
com.flowingcode.backendcore.model.constraints
├─ com.flowingcode.backendcore.model.constraints.AttributeBetweenConstraint.class - [JAR]
├─ com.flowingcode.backendcore.model.constraints.AttributeConstraint.class - [JAR]
├─ com.flowingcode.backendcore.model.constraints.AttributeILikeConstraint.class - [JAR]
├─ com.flowingcode.backendcore.model.constraints.AttributeInConstraint.class - [JAR]
├─ com.flowingcode.backendcore.model.constraints.AttributeLikeConstraint.class - [JAR]
├─ com.flowingcode.backendcore.model.constraints.AttributeNullConstraint.class - [JAR]
├─ com.flowingcode.backendcore.model.constraints.AttributeRelationalConstraint.class - [JAR]
├─ com.flowingcode.backendcore.model.constraints.NegatedConstraint.class - [JAR]
├─ com.flowingcode.backendcore.model.constraints.RelationalConstraint.class - [JAR]
com.flowingcode.backendcore.validation
├─ com.flowingcode.backendcore.validation.CreationValidationException.class - [JAR]
├─ com.flowingcode.backendcore.validation.DeletionValidationException.class - [JAR]
├─ com.flowingcode.backendcore.validation.UpdateValidationException.class - [JAR]
├─ com.flowingcode.backendcore.validation.ValidationException.class - [JAR]
├─ com.flowingcode.backendcore.validation.ValidationKind.class - [JAR]
├─ com.flowingcode.backendcore.validation.ValidationSupport.class - [JAR]
├─ com.flowingcode.backendcore.validation.Validator.class - [JAR]
├─ com.flowingcode.backendcore.validation.ValidatorBuilder.class - [JAR]