Uses of Interface
de.iip_ecosphere.platform.services.ServiceFactoryDescriptor
-
Uses of ServiceFactoryDescriptor in de.iip_ecosphere.platform.services
Fields in de.iip_ecosphere.platform.services declared as ServiceFactoryDescriptorMethod parameters in de.iip_ecosphere.platform.services with type arguments of type ServiceFactoryDescriptorModifier and TypeMethodDescriptionprivate static <T> TServiceFactory.getFromSetup(T object, Function<ServiceFactoryDescriptor, T> fromDesc, Function<ServiceSetup, T> fromSetup, Supplier<T> constructor, Consumer<T> setter) Returns an object from setup.