T - the type of the elements in the arraypublic static class PropertyBuilder.InlineArrayPropertyBuilder<T> extends PropertyBuilder<T,T[],PropertyBuilder.InlineArrayPropertyBuilder<T>>
InlineArrayProperty.PropertyBuilder.ArrayPropertyBuilder<T>, PropertyBuilder.CreateFunction<K,T>, PropertyBuilder.InlineArrayPropertyBuilder<T>, PropertyBuilder.ListPropertyBuilder<T>, PropertyBuilder.MapPropertyBuilder<T>, PropertyBuilder.TypeBasedPropertyBuilder<T>| Constructor and Description |
|---|
InlineArrayPropertyBuilder(InlineArrayConverter<T> inlineConverter) |
| Modifier and Type | Method and Description |
|---|---|
Property<T[]> |
build()
Creates a property with the configured details.
|
PropertyBuilder.InlineArrayPropertyBuilder<T> |
defaultValue(T... defaultValue)
Sets the default of the property.
|
getDefaultValue, getPath, getType, pathpublic InlineArrayPropertyBuilder(InlineArrayConverter<T> inlineConverter)
public PropertyBuilder.InlineArrayPropertyBuilder<T> defaultValue(T... defaultValue)
PropertyBuilderdefaultValue in class PropertyBuilder<T,T[],PropertyBuilder.InlineArrayPropertyBuilder<T>>defaultValue - the default value to setpublic Property<T[]> build()
PropertyBuilderbuild in class PropertyBuilder<T,T[],PropertyBuilder.InlineArrayPropertyBuilder<T>>Copyright © 2016–2019 The AuthMe Team. All rights reserved.