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 bean-copy-0.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.bean.copy.annotation
├─ com.github.houbb.bean.copy.annotation.DeepCopy.class - [JAR]
com.github.houbb.bean.copy.bs
├─ com.github.houbb.bean.copy.bs.IBeanCopyBs.class - [JAR]
├─ com.github.houbb.bean.copy.bs.IBeanDeepCopyBs.class - [JAR]
com.github.houbb.bean.copy.support.deep
├─ com.github.houbb.bean.copy.support.deep.IBeanDeepCopy.class - [JAR]
├─ com.github.houbb.bean.copy.support.deep.IBeanDeepCopyContext.class - [JAR]
com.github.houbb.bean.copy.support.deep.impl
├─ com.github.houbb.bean.copy.support.deep.impl.AbstractBeanDeepCopy.class - [JAR]
├─ com.github.houbb.bean.copy.support.deep.impl.BeanDeepCopyContext.class - [JAR]
├─ com.github.houbb.bean.copy.support.deep.impl.BeanDeepCopyField.class - [JAR]
├─ com.github.houbb.bean.copy.support.deep.impl.BeanDeepCopySerialize.class - [JAR]
com.github.houbb.bean.copy.api.impl
├─ com.github.houbb.bean.copy.api.impl.BeanCopies.class - [JAR]
├─ com.github.houbb.bean.copy.api.impl.BeanCopyContext.class - [JAR]
├─ com.github.houbb.bean.copy.api.impl.BeanCopyField.class - [JAR]
├─ com.github.houbb.bean.copy.api.impl.BeanCopyPropertyDescriptor.class - [JAR]
├─ com.github.houbb.bean.copy.api.impl.BeanCopyReflectAsm.class - [JAR]
├─ com.github.houbb.bean.copy.api.impl.BeanCopySpring.class - [JAR]
com.github.houbb.bean.copy.util
├─ com.github.houbb.bean.copy.util.BeanCopyHelper.class - [JAR]
com.github.houbb.bean.copy.bs.impl
├─ com.github.houbb.bean.copy.bs.impl.BeanCopyBs.class - [JAR]
├─ com.github.houbb.bean.copy.bs.impl.BeanDeepCopyBs.class - [JAR]
com.github.houbb.bean.copy.support.serialize
├─ com.github.houbb.bean.copy.support.serialize.ISerialize.class - [JAR]
com.github.houbb.bean.copy.support.serialize.impl
├─ com.github.houbb.bean.copy.support.serialize.impl.SerializeFastJson.class - [JAR]
├─ com.github.houbb.bean.copy.support.serialize.impl.SerializeKryo.class - [JAR]
├─ com.github.houbb.bean.copy.support.serialize.impl.SerializeProtostuff.class - [JAR]
├─ com.github.houbb.bean.copy.support.serialize.impl.Serializes.class - [JAR]
com.github.houbb.bean.copy.support.cache
├─ com.github.houbb.bean.copy.support.cache.IBeanCopyCache.class - [JAR]
com.github.houbb.bean.copy.api
├─ com.github.houbb.bean.copy.api.IBeanCopy.class - [JAR]
├─ com.github.houbb.bean.copy.api.IBeanCopyContext.class - [JAR]
com.github.houbb.bean.copy.support.cache.impl
├─ com.github.houbb.bean.copy.support.cache.impl.BeanCopyCacheField.class - [JAR]
├─ com.github.houbb.bean.copy.support.cache.impl.BeanCopyCachePropertyDescriptor.class - [JAR]
├─ com.github.houbb.bean.copy.support.cache.impl.BeanCopyCaches.class - [JAR]