Class CardResourceServiceProvider
- java.lang.Object
-
- org.eclipse.keyple.core.service.resource.CardResourceServiceProvider
-
public final class CardResourceServiceProvider extends java.lang.Object
Provider of theCardResourceService
.- Since:
- 2.0.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CardResourceService
getService()
Gets the unique instance ofCardResourceService
.
-
-
-
Method Detail
-
getService
public static CardResourceService getService()
Gets the unique instance ofCardResourceService
.- Returns:
- A not null reference.
- Since:
- 2.0.0
-
-