Class ListVendorExtension<T>
java.lang.Object
de.hybris.platform.webservicescommons.swagger.vendorextension.ListVendorExtension<T>
- All Implemented Interfaces:
VendorExtension<List<T>>
An implementation of
VendorExtension using List as inner container-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListVendorExtension
-
-
Method Details
-
getName
Description copied from interface:VendorExtensionget the name of the vendor extension.- Specified by:
getNamein interfaceVendorExtension<T>- Returns:
- the name of the vendor extension.
-
getValue
Description copied from interface:VendorExtensionget the value of the vendor extension.- Specified by:
getValuein interfaceVendorExtension<T>- Returns:
- the value of the vendor extension.
-