Class StringVendorExtension
java.lang.Object
de.hybris.platform.webservicescommons.swagger.vendorextension.StringVendorExtension
- All Implemented Interfaces:
VendorExtension<String>
An implementation of
VendorExtension holding a simple string kv pair as custom property.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringVendorExtension
-
-
Method Details
-
getName
Description copied from interface:VendorExtensionget the name of the vendor extension.- Specified by:
getNamein interfaceVendorExtension<String>- Returns:
- the name of the vendor extension.
-
getValue
Description copied from interface:VendorExtensionget the value of the vendor extension.- Specified by:
getValuein interfaceVendorExtension<String>- Returns:
- the value of the vendor extension.
-
equals
-
hashCode
public int hashCode() -
toString
-