Uses of Class
org.kordamp.jipsy.processor.service.Service
-
Packages that use Service Package Description org.kordamp.jipsy.processor.service -
-
Uses of Service in org.kordamp.jipsy.processor.service
Fields in org.kordamp.jipsy.processor.service with type parameters of type Service Modifier and Type Field Description private java.util.Map<java.lang.String,Service>ServiceCollector. cachedprivate java.util.Map<java.lang.String,Service>ServiceCollector. servicesMethods in org.kordamp.jipsy.processor.service that return Service Modifier and Type Method Description ServiceServiceCollector. getService(java.lang.String service)Methods in org.kordamp.jipsy.processor.service that return types with arguments of type Service Modifier and Type Method Description java.util.Collection<Service>ServiceCollector. services()
-