Uses of Class
net.binis.codegen.discovery.Discoverer.DiscoveredService
Packages that use Discoverer.DiscoveredService
-
Uses of Discoverer.DiscoveredService in net.binis.codegen.discovery
Methods in net.binis.codegen.discovery that return types with arguments of type Discoverer.DiscoveredServiceModifier and TypeMethodDescriptionstatic List<Discoverer.DiscoveredService>Discoverer.findAnnotations()static List<Discoverer.DiscoveredService>Discoverer.findAnnotations(String text) Method parameters in net.binis.codegen.discovery with type arguments of type Discoverer.DiscoveredServiceModifier and TypeMethodDescriptionprotected static voidDiscoverer.processResource(BufferedReader reader, List<Discoverer.DiscoveredService> services, boolean tryLoad, boolean showWarning) protected static voidDiscoverer.processResource(InputStream stream, List<Discoverer.DiscoveredService> services) protected static voidDiscoverer.processResource(String text, List<Discoverer.DiscoveredService> services)