All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cryptomorin.xseries.reflection.ReflectiveMapping Maven / Gradle / Ivy

There is a newer version: 12.1.0
Show newest version
package com.cryptomorin.xseries.reflection;

import com.cryptomorin.xseries.reflection.jvm.NamedReflectiveHandle;
import org.jetbrains.annotations.ApiStatus;

@ApiStatus.Experimental
public interface ReflectiveMapping {
    boolean shouldBeChecked();

    String category();

    String name();

    String process(NamedReflectiveHandle handle, String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy