@NotThreadSafe public static final class SetAttributeConverter.Builder<T extends Collection<U>,U> extends Object
Modifier and Type | Method and Description |
---|---|
SetAttributeConverter<T> |
build() |
SetAttributeConverter.Builder<T,U> |
collectionConstructor(Supplier<? extends T> collectionConstructor) |
SetAttributeConverter.Builder<T,U> |
elementConverter(AttributeConverter<U> elementConverter) |
public SetAttributeConverter.Builder<T,U> collectionConstructor(Supplier<? extends T> collectionConstructor)
public SetAttributeConverter.Builder<T,U> elementConverter(AttributeConverter<U> elementConverter)
public SetAttributeConverter<T> build()
Copyright © 2022. All rights reserved.