jar

br.com.objectos.oss-java7 : objectos-core-object

Maven & Gradle

Jan 18, 2022

Objectos Core :: Object · Defines the Objectos Core Utilities for java.lang.Object instances. Provides utitities for implementing equals(Object), hashCode() and toString() methods. Also provides a utitliy that helps constructors and methods check if they were invoked correctly or not.

Table Of Contents

Latest Version

Download br.com.objectos.oss-java7 : objectos-core-object JAR file - Latest Versions:

All Versions

Download br.com.objectos.oss-java7 : objectos-core-object JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window objectos-core-object-3.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

br.com.objectos.core.object

├─ br.com.objectos.core.object.Checks.class - [JAR]

├─ br.com.objectos.core.object.Equals.class - [JAR]

├─ br.com.objectos.core.object.HashCode.class - [JAR]

├─ br.com.objectos.core.object.ToString.class - [JAR]

├─ br.com.objectos.core.object.ToStringObject.class - [JAR]