jar

com.github.houbb : bean-copy

Maven & Gradle

Apr 26, 2020

bean-copy · Bean-copy is a java bean copy tool.

Table Of Contents

Latest Version

Download com.github.houbb : bean-copy JAR file - Latest Versions:

All Versions

Download com.github.houbb : bean-copy JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 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]

Advertisement