jar

com.mmnaseri.utils : tuples4j-reflection

Maven & Gradle

Jan 17, 2021
2 stars

Tuples4J : Reflection · Tools to effectively use tuples to represent class instances.

Table Of Contents

Latest Version

Download com.mmnaseri.utils : tuples4j-reflection JAR file - Latest Versions:

All Versions

Download com.mmnaseri.utils : tuples4j-reflection JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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 tuples4j-reflection-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mmnaseri.utils.tuples.reflection.type

├─ com.mmnaseri.utils.tuples.reflection.type.ElementConverter.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.type.ElementConverterRegistry.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.type.ElementValueProvider.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.type.ElementValueProviderRegistry.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.type.TypeConverter.class - [JAR]

com.mmnaseri.utils.tuples.impl

├─ com.mmnaseri.utils.tuples.impl.CachingReflectiveLabeledTuple.class - [JAR]

├─ com.mmnaseri.utils.tuples.impl.CachingReflectiveTuple.class - [JAR]

├─ com.mmnaseri.utils.tuples.impl.CachingReflector.class - [JAR]

com.mmnaseri.utils.tuples.reflection

├─ com.mmnaseri.utils.tuples.reflection.InvocationElementResolver.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.InvocationElementResolverFactory.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.MethodInvocation.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.TupleInvocationHandler.class - [JAR]

com.mmnaseri.utils.tuples.reflection.impl

├─ com.mmnaseri.utils.tuples.reflection.impl.AnnotationInvocationElementResolver.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.AnnotationInvocationElementResolverFactory.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.CompositeTupleInvocationHandler.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.DeclaredHandlersTupleInvocationHandler.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.DefaultTupleInvocationHandler.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.DefaultTupleMethodInvocationHandler.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.ElementResolvingTupleInvocationHandler.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.EqualsTupleInvocationHandler.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.HashCodeTupleInvocationHandler.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.ImmutableMethodInvocation.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.InterfaceDefaultMethodTupleInvocationHandler.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.ProvidedMethodTupleInvocationHandler.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.ToStringTupleInvocationHandler.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.TupleMethodInvocationHandler.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.impl.TupleProxyUtils.class - [JAR]

com.mmnaseri.utils.tuples.annotations

├─ com.mmnaseri.utils.tuples.annotations.AtIndex.class - [JAR]

├─ com.mmnaseri.utils.tuples.annotations.Converted.class - [JAR]

├─ com.mmnaseri.utils.tuples.annotations.Metadata.class - [JAR]

├─ com.mmnaseri.utils.tuples.annotations.Provided.class - [JAR]

├─ com.mmnaseri.utils.tuples.annotations.WithHandler.class - [JAR]

├─ com.mmnaseri.utils.tuples.annotations.WithHandlers.class - [JAR]

├─ com.mmnaseri.utils.tuples.annotations.WithLabel.class - [JAR]

com.mmnaseri.utils.tuples

├─ com.mmnaseri.utils.tuples.ReflectiveLabeledTuple.class - [JAR]

├─ com.mmnaseri.utils.tuples.ReflectiveTuple.class - [JAR]

├─ com.mmnaseri.utils.tuples.Reflector.class - [JAR]

com.mmnaseri.utils.tuples.reflection.type.impl

├─ com.mmnaseri.utils.tuples.reflection.type.impl.ClassTypeConverter.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.type.impl.CompositeTypeConverter.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.type.impl.DefaultElementConverterRegistry.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.type.impl.DefaultElementValueProviderRegistry.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.type.impl.DefaultTypeConverter.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.type.impl.EnumTypeConverter.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.type.impl.NumberTypeConverter.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.type.impl.PrimitiveTypeConverter.class - [JAR]

├─ com.mmnaseri.utils.tuples.reflection.type.impl.StringNumberTypeConverter.class - [JAR]

Advertisement