Interface ExtensionModelResolver
public interface ExtensionModelResolver
Implementations define the way that
ExtensionModels must be resolved when deserializing.-
Method Summary
-
Method Details
-
resolve
Given anExtensionModelname, this method returns an instance- Parameters:
name- the name identifying anExtensionModel- Returns:
- the
ExtensionModel - Throws:
IllegalArgumentException- if anExtensionModelwith the provided name cannot be resolved
-