JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.quarkus.resteasy.reactive.links.runtime
Interface GetterAccessor
public interface
GetterAccessor
An accessor that knows how to access a specific getter method of a specific type.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
get
(
Object
instance)
Access a getter on a given instance and return a response.
Method Details
get
Object
get
(
Object
instance)
Access a getter on a given instance and return a response.