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
tech.guilhermekaua.spigotboot.core.reflection
Interface DiscoveryService<T>
public interface
DiscoveryService<T>
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default
Optional
<
T
>
discover
()
default
Collection
<
T
>
discoverAll
()
Method Details
discover
default
Optional
<
T
>
discover
()
discoverAll
default
Collection
<
T
>
discoverAll
()