jar

io.github.lumpytales.poco : core

Maven & Gradle

Jan 07, 2024
1 stars

PoCo - Pojo Collector · It is a framework that makes it possible to create so-called pojo-collector classes.

Table Of Contents

Latest Version

Download io.github.lumpytales.poco : core JAR file - Latest Versions:

All Versions

Download io.github.lumpytales.poco : core JAR file - All Versions:

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

io.github.lumpytales.poco.core

├─ io.github.lumpytales.poco.core.CollectorContext.class - [JAR]

├─ io.github.lumpytales.poco.core.CollectorGenerator.class - [JAR]

├─ io.github.lumpytales.poco.core.CollectorGeneratorParams.class - [JAR]

├─ io.github.lumpytales.poco.core.FileData.class - [JAR]

io.github.lumpytales.poco.core.analysis.path

├─ io.github.lumpytales.poco.core.analysis.path.FieldPathGenerator.class - [JAR]

io.github.lumpytales.poco.core.code

├─ io.github.lumpytales.poco.core.code.AnnotationFactory.class - [JAR]

├─ io.github.lumpytales.poco.core.code.AnnotationType.class - [JAR]

├─ io.github.lumpytales.poco.core.code.CollectorFactory.class - [JAR]

├─ io.github.lumpytales.poco.core.code.CollectorMethodBodyGenerator.class - [JAR]

io.github.lumpytales.poco.core.analysis.collector

├─ io.github.lumpytales.poco.core.analysis.collector.ClassCollectorDetector.class - [JAR]

io.github.lumpytales.poco.core.analysis.metadata

├─ io.github.lumpytales.poco.core.analysis.metadata.ClassMetaData.class - [JAR]

├─ io.github.lumpytales.poco.core.analysis.metadata.ClassMetaDataProvider.class - [JAR]

├─ io.github.lumpytales.poco.core.analysis.metadata.FieldMetaData.class - [JAR]

io.github.lumpytales.poco.core.file

├─ io.github.lumpytales.poco.core.file.TypeSpecConverter.class - [JAR]

io.github.lumpytales.poco.core.config

├─ io.github.lumpytales.poco.core.config.CollectorGeneratorConfig.class - [JAR]

io.github.lumpytales.poco.core.analysis.hierachy

├─ io.github.lumpytales.poco.core.analysis.hierachy.ClassFieldHierarchy.class - [JAR]

├─ io.github.lumpytales.poco.core.analysis.hierachy.ClassFieldHierarchyChild.class - [JAR]

├─ io.github.lumpytales.poco.core.analysis.hierachy.ClassFieldHierarchyGenerator.class - [JAR]