T - the type of the elements in the listpublic static class PropertyBuilder.ListPropertyBuilder<T> extends PropertyBuilder<T,List<T>,PropertyBuilder.ListPropertyBuilder<T>>
ListProperty.PropertyBuilder.ArrayPropertyBuilder<T>, PropertyBuilder.CreateFunction<K,T>, PropertyBuilder.InlineArrayPropertyBuilder<T>, PropertyBuilder.ListPropertyBuilder<T>, PropertyBuilder.MapPropertyBuilder<T>, PropertyBuilder.SetPropertyBuilder<T>, PropertyBuilder.TypeBasedPropertyBuilder<T>| Constructor and Description |
|---|
ListPropertyBuilder(@NotNull PropertyType<T> type) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Property<List<T>> |
build()
Creates a property with the configured details.
|
@NotNull PropertyBuilder.ListPropertyBuilder<T> |
defaultValue(T... defaultValue) |
defaultValue, getDefaultValue, getPath, getType, pathpublic ListPropertyBuilder(@NotNull
@NotNull PropertyType<T> type)
@NotNull public @NotNull PropertyBuilder.ListPropertyBuilder<T> defaultValue(@NotNull T... defaultValue)
@NotNull public @NotNull Property<List<T>> build()
PropertyBuilderbuild in class PropertyBuilder<T,List<T>,PropertyBuilder.ListPropertyBuilder<T>>Copyright © 2016–2023 The AuthMe Team. All rights reserved.