Uses of Interface
com.exonum.binding.service.ServiceModule
-
Packages that use ServiceModule Package Description com.exonum.binding.runtime com.exonum.binding.service -
-
Uses of ServiceModule in com.exonum.binding.runtime
Methods in com.exonum.binding.runtime that return ServiceModule Modifier and Type Method Description ServiceModuleReflectiveModuleSupplier. get()Constructor parameters in com.exonum.binding.runtime with type arguments of type ServiceModule Constructor Description ReflectiveModuleSupplier(Class<? extends ServiceModule> moduleClass)Creates a module supplier for a given service module class. -
Uses of ServiceModule in com.exonum.binding.service
Classes in com.exonum.binding.service that implement ServiceModule Modifier and Type Class Description classAbstractServiceModuleA base class forServiceModuleimplementations provided for convenience.
-