jar

io.github.tanyaofei : beancopier

Maven & Gradle

Feb 16, 2023
5 stars
Table Of Contents

Latest Version

Download io.github.tanyaofei : beancopier JAR file - Latest Versions:

All Versions

Download io.github.tanyaofei : beancopier JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x
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 beancopier-0.1.6-M2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.tanyaofei.beancopier.core.instancer

├─ io.github.tanyaofei.beancopier.core.instancer.AllArgsConstructorInstancer.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.instancer.NoArgsConstructorInstancer.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.instancer.TargetInstancer.class - [JAR]

io.github.tanyaofei.beancopier.core.local.impl

├─ io.github.tanyaofei.beancopier.core.local.impl.CollectionNestedLocalDefiner.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.local.impl.CompatibleLocalDefiner.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.local.impl.NestedLocalDefiner.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.local.impl.NoNameMatchLocalDefiner.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.local.impl.SkippedLocalDefiner.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.local.impl.ZeroValueLocalDefiner.class - [JAR]

io.github.tanyaofei.beancopier.converter

├─ io.github.tanyaofei.beancopier.converter.Converter.class - [JAR]

io.github.tanyaofei.beancopier.utils

├─ io.github.tanyaofei.beancopier.utils.BytecodeUtils.class - [JAR]

├─ io.github.tanyaofei.beancopier.utils.ClassSignature.class - [JAR]

├─ io.github.tanyaofei.beancopier.utils.StringUtils.class - [JAR]

io.github.tanyaofei.beancopier

├─ io.github.tanyaofei.beancopier.BeanCopier.class - [JAR]

├─ io.github.tanyaofei.beancopier.BeanCopierConfiguration.class - [JAR]

├─ io.github.tanyaofei.beancopier.BeanCopierImpl.class - [JAR]

├─ io.github.tanyaofei.beancopier.ConverterClassLoader.class - [JAR]

├─ io.github.tanyaofei.beancopier.ConverterConfiguration.class - [JAR]

├─ io.github.tanyaofei.beancopier.NamingPolicy.class - [JAR]

io.github.tanyaofei.beancopier.core

├─ io.github.tanyaofei.beancopier.core.ConverterCodeWriter.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.ConverterDefinition.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.ConverterFactory.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.DefaultClassLoader.class - [JAR]

io.github.tanyaofei.beancopier.annotation

├─ io.github.tanyaofei.beancopier.annotation.Property.class - [JAR]

io.github.tanyaofei.beancopier.utils.reflection

├─ io.github.tanyaofei.beancopier.utils.reflection.ClassUtils.class - [JAR]

├─ io.github.tanyaofei.beancopier.utils.reflection.LocalVariableTableParameterNameDiscoverer.class - [JAR]

├─ io.github.tanyaofei.beancopier.utils.reflection.Reflections.class - [JAR]

io.github.tanyaofei.beancopier.core.invoker

├─ io.github.tanyaofei.beancopier.core.invoker.ConstructorInvoker.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.invoker.ExecutableInvoker.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.invoker.MethodInvoker.class - [JAR]

io.github.tanyaofei.beancopier.core.local

├─ io.github.tanyaofei.beancopier.core.local.IfNonNull.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.local.IfNullOrElse.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.local.LocalDefiner.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.local.LocalDefiners.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.local.LocalDefinition.class - [JAR]

├─ io.github.tanyaofei.beancopier.core.local.LocalsDefinitionContext.class - [JAR]

io.github.tanyaofei.beancopier.exception

├─ io.github.tanyaofei.beancopier.exception.BeanCopierException.class - [JAR]

├─ io.github.tanyaofei.beancopier.exception.ConverterGenerateException.class - [JAR]

├─ io.github.tanyaofei.beancopier.exception.ConverterNewInstanceException.class - [JAR]

├─ io.github.tanyaofei.beancopier.exception.CopyException.class - [JAR]

io.github.tanyaofei.beancopier.constants

├─ io.github.tanyaofei.beancopier.constants.ClassInfos.class - [JAR]

├─ io.github.tanyaofei.beancopier.constants.InstantiateMode.class - [JAR]

├─ io.github.tanyaofei.beancopier.constants.InternalNames.class - [JAR]

├─ io.github.tanyaofei.beancopier.constants.LocalOpcode.class - [JAR]

├─ io.github.tanyaofei.beancopier.constants.MethodDescriptors.class - [JAR]

├─ io.github.tanyaofei.beancopier.constants.MethodInvokers.class - [JAR]

├─ io.github.tanyaofei.beancopier.constants.MethodNames.class - [JAR]

├─ io.github.tanyaofei.beancopier.constants.MethodTypes.class - [JAR]

├─ io.github.tanyaofei.beancopier.constants.Methods.class - [JAR]

├─ io.github.tanyaofei.beancopier.constants.Properties.class - [JAR]

├─ io.github.tanyaofei.beancopier.constants.TypeDescriptors.class - [JAR]

io.github.tanyaofei.beancopier.utils.reflection.member

├─ io.github.tanyaofei.beancopier.utils.reflection.member.BeanMember.class - [JAR]

├─ io.github.tanyaofei.beancopier.utils.reflection.member.ClassBeanMember.class - [JAR]

Advertisement