Interface ProbeLocator<C extends ProbeConfiguration>
-
- All Known Implementing Classes:
BundleProbeLocator
public interface ProbeLocator<C extends ProbeConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends AbstractProbe<?,C>>
probeForType(Class<?> type, String property)
-
-
-
Method Detail
-
probeForType
Class<? extends AbstractProbe<?,C>> probeForType(Class<?> type, String property)
-
-