Package dev.derklaro.reflexion


package dev.derklaro.reflexion
  • Class
    Description
    A conversion factory from java reflection types to reflexion wrappers of them.
    BaseAccessor<T extends Member>
    Represents the base for all accessors created by this library.
    An accessor which wraps a java.lang.reflect Field and makes it much easier to read/write from/to it.
    An accessor which wraps a java.lang.reflect Method and makes it much easier to invoke it.
    The main entry point for working with the reflexion library.
    Represents a custom runtime exception which is exclusively thrown by methods in this library to make it easier to catch them rather than having general exception types.
    Internal utility class to read all java.lang.reflect members from a class and its super classes.
    A rust inspired result class which either holds the result of an executable or the exception thrown by it.
    Represents a supplier which can throw any exception when executing.