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

io.quarkus.resteasy.reactive.links.runtime.GetterAccessor Maven / Gradle / Ivy

There is a newer version: 3.15.2
Show newest version
package io.quarkus.resteasy.reactive.links.runtime;

/**
 * An accessor that knows how to access a specific getter method of a specific type.
 */
public interface GetterAccessor {

    /**
     * Access a getter on a given instance and return a response.
     */
    Object get(Object instance);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy