public class ListVendorExtension<T> extends Object implements VendorExtension<List<T>>
ListVendorExtension(String name, List<T> values)
String
getName()
List<T>
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListVendorExtension(String name, List<T> values)
public String getName()
getName
VendorExtension<List<T>>
public List<T> getValue()
getValue
Copyright © 2023. All rights reserved.