Interface ComponentExtension
- All Known Subinterfaces:
ComponentVerifierExtension
,MetaDataExtension
Deprecated.
Marker interface for component extensions.
An extension is a feature provided by the component such as ComponentVerifier.
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T extends ComponentExtension>
TDeprecated.Access the underlying concrete ComponentExtension implementation to provide access to further features.
-
Method Details
-
unwrap
Deprecated.Access the underlying concrete ComponentExtension implementation to provide access to further features.- Parameters:
clazz
- the proprietary class or interface of the underlying concrete ComponentExtension.- Returns:
- an instance of the underlying concrete ComponentExtension as the required type.
-