pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/HighCapable/KavaRef

github.githubassets.com/assets/primer-70be7debc79a8eff.css" /> GitHub - HighCapable/KavaRef: A modernizing Java Reflection with Kotlin. · GitHub
Skip to content

HighCapable/KavaRef

Repository files navigation

KavaRef

GitHub license Telegram Telegram QQ

LOGO

A modernizing Java Reflection with Kotlin.

English | 简体中文

LOGO HighCapable

This project belongs to the organization above. Click the link to follow us and discover more awesome projects.

What's this

This is a modern Java reflection API implemented using Kotlin, designed to provide a cleaner and easier-to-use API while retaining the power of Java reflection.

The project icon is designed by MaiTungTM and is named from KotlinJavaReflection, meaning Java reflection implemented using Kotlin.

It was firstborn in the YukiHookAPI, and was later decoupled into the YukiReflection project.

As you can see, KavaRef is an entirely new API set refactored around the design principles of YukiReflection. It carries no affiliation and has officially replaced YukiReflection as the new reflection solution.

Features Overview

Target Java code

public class World {

    private void sayHello(String content) {
        System.out.println("Hello " + content + "!");
    }
}

Calling with KavaRef

val myWorld = World()

World::class.resolve().firstMethod {
    name = "sayHello"
    parameters(String::class)
}.of(myWorld).invoke("KavaRef")

Get Started

LOGO KavaRef Documentation

You can go to the documentation page for more detailed tutorials and content.

What's next?

  1. Add dependencies: Add kavaref-core and the corresponding platform modules to your project.
  2. Sync the project: After a Gradle sync, you can start using KavaRef.

In the opened page, select the Quick Start section in the sidebar to continue reading.

More Projects

Hey, wait a second! 👋

If this project was helpful, why not stick around and check out more of my work below?

Feel free to leave a follow or a star ⭐️ if they bring you value!

Star History

Star History Chart

Third-Party Open Source Usage Statement

License

Apache License Version 2.0

Copyright (C) 2019 HighCapable

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Copyright © 2019 HighCapable

Releases

No releases published

Packages

 
 
 

Contributors

pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy