Package com.oracle.coherence.io.json
Interface GensonBundleProvider
-
- All Known Implementing Classes:
CoherenceBundleProvider
public interface GensonBundleProviderService interface for libraries that need to register a customGensonBundlewith ourGensonruntime.Note to implementors: this process makes no guarantees on bundle registration ordering.
- Since:
- 20.06
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GensonBundleprovide()Obtain theGensonBundle.
-
-
-
Method Detail
-
provide
GensonBundle provide()
Obtain theGensonBundle.- Returns:
- the
GensonBundle
-
-