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 apitrary-orm-core-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.apitrary.orm.core.unmarshalling
├─ com.apitrary.orm.core.unmarshalling.DeleteResponseUnmarshaller.class - [JAR]
├─ com.apitrary.orm.core.unmarshalling.GetResponseUnmarshaller.class - [JAR]
├─ com.apitrary.orm.core.unmarshalling.JsonResponseConsumer.class - [JAR]
├─ com.apitrary.orm.core.unmarshalling.PostResponseUnmarshaller.class - [JAR]
├─ com.apitrary.orm.core.unmarshalling.PutResponseUnmarshaller.class - [JAR]
├─ com.apitrary.orm.core.unmarshalling.QueriedGetResponseUnmarshaller.class - [JAR]
com.apitrary.orm.core.unmarshalling.api
├─ com.apitrary.orm.core.unmarshalling.api.ListUnmarshaller.class - [JAR]
├─ com.apitrary.orm.core.unmarshalling.api.Unmarshaller.class - [JAR]
com.apitrary.orm.core.marshalling
├─ com.apitrary.orm.core.marshalling.PayloadMarshaller.class - [JAR]
com.apitrary.orm.core.exception
├─ com.apitrary.orm.core.exception.ApitraryOrmDeleteException.class - [JAR]
├─ com.apitrary.orm.core.exception.ApitraryOrmException.class - [JAR]
├─ com.apitrary.orm.core.exception.ApitraryOrmIdDefinitionsException.class - [JAR]
├─ com.apitrary.orm.core.exception.ApitraryOrmIdException.class - [JAR]
├─ com.apitrary.orm.core.exception.ApitraryOrmUpdateException.class - [JAR]
├─ com.apitrary.orm.core.exception.DaoSupportUninitializedException.class - [JAR]
├─ com.apitrary.orm.core.exception.MappingException.class - [JAR]
com.apitrary.orm.core.cascade
├─ com.apitrary.orm.core.cascade.CascadeDeleteCapable.class - [JAR]
com.apitrary.orm.core.internal.conf
├─ com.apitrary.orm.core.internal.conf.ApitraryOrmConfiguration.class - [JAR]
com.apitrary.orm.core.annotations
├─ com.apitrary.orm.core.annotations.Codec.class - [JAR]
├─ com.apitrary.orm.core.annotations.Column.class - [JAR]
├─ com.apitrary.orm.core.annotations.Entity.class - [JAR]
├─ com.apitrary.orm.core.annotations.Id.class - [JAR]
├─ com.apitrary.orm.core.annotations.Reference.class - [JAR]
com.apitrary.orm.core.codec
├─ com.apitrary.orm.core.codec.Codec.class - [JAR]
com.apitrary.orm.core.json.filter
├─ com.apitrary.orm.core.json.filter.PropertyFilterMixIn.class - [JAR]
com.apitrary.orm.core.util
├─ com.apitrary.orm.core.util.ProxyUtil.class - [JAR]
├─ com.apitrary.orm.core.util.StringUtil.class - [JAR]
├─ com.apitrary.orm.core.util.TypeUtil.class - [JAR]
com.apitrary.orm.core.annotations.cascade
├─ com.apitrary.orm.core.annotations.cascade.Cascade.class - [JAR]
com.apitrary.orm.core.internal.proxy
├─ com.apitrary.orm.core.internal.proxy.LazyLoadingInterceptor.class - [JAR]
com.apitrary.orm.core
├─ com.apitrary.orm.core.ApitraryDaoSupport.class - [JAR]
com.apitrary.orm.core.marshalling.api
├─ com.apitrary.orm.core.marshalling.api.Marshaller.class - [JAR]
com.apitrary.orm.core.query
├─ com.apitrary.orm.core.query.Query.class - [JAR]