GithubHelp home page GithubHelp logo

jexpose's Introduction

jexpose's People

Contributors

hsiaosiyuan0 avatar zhcsyncer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jexpose's Issues

略去 jrt 参数

  1. 列出 java 7, 8, 9, 10 中的 jrt
  2. target version 直接从 classfile 中获取

add LICENSE

add LICENSE file, Apache license recommended

😃

enum values 的获取

  1. 如果没有自定义的构造函数,则 values 为空

  2. 如果有自定义的构造函数,且形参 params 满足:

    params.length == 1 && ["string", "integer", "long", "short"].contains(params[0].type)

    则会读取 clinit 方法中的字节码,来取回构造函数的实参

  3. 如果有自定义的构造函数,但是形参不符合条件的,则会在控制台打印提示,不过不终止程序,返回 values 为空 (可调整为抛异常并终止程序)

workflow

  1. user should provide a jar and it's pom.xml which is for resolve all of the jar's dependencies
  2. use the provided jar as a entry point then scan all of it's internal class files which names are end with Provider
  3. iterate and recognize that class files come from step 2
  4. produce the final structure description of that class files one file per time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.