You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieving an extension via Extensible currently requires the use of getExtensions to acquire the entire extension map, which can then be used to pick the single entry. We should add getExtension(String) and hasExtension(String) methods to allow implementations to provide more efficient ways to access single entries.
Default methods can be provided to make more efficient implementations optional:
Retrieving an extension via
Extensible
currently requires the use ofgetExtensions
to acquire the entire extension map, which can then be used to pick the single entry. We should addgetExtension(String)
andhasExtension(String)
methods to allow implementations to provide more efficient ways to access single entries.Default methods can be provided to make more efficient implementations optional:
The text was updated successfully, but these errors were encountered: