T
- List elements typepublic interface ListPathProperty<T> extends CollectionPathProperty<T,List<T>>, CollectionProperty.ListProperty<T>
CollectionPathProperty
which uses a List
as concrete collection type.Modifier and Type | Interface and Description |
---|---|
static interface |
ListPathProperty.ListPathPropertyBuilder<T>
ListPathProperty builder. |
CollectionPathProperty.Builder<E,C extends Collection<E>,P extends CollectionPathProperty<E,C>,B extends CollectionPathProperty.Builder<E,C,P,B>>
PathProperty.PathPropertyBuilder<T>
CloneableProperty.CloneablePathProperty<T,P extends Property<T> & Path<T>>
Property.PropertyAccessException, Property.PropertyNotFoundException, Property.PropertyReadException, Property.PropertyReadOnlyException, Property.PropertyWriteException
Localizable.LocalizableBuilder, Localizable.LocalizationException
Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>, Expression.InvalidExpressionException
Path.FinalPath<T>, Path.PathBuilder<T>
CollectionProperty.ListProperty<T>, CollectionProperty.SetProperty<T>
PATH_HIERARCHY_SEPARATOR
DEFAULT_CONFIG_PROPERTY_PREFIX, PATH
Modifier and Type | Method and Description |
---|---|
ListPathProperty<T> |
clone(Consumer<PathProperty.Builder<List<T>,PathProperty<List<T>>,?>> builder)
Clone this property.
|
static <T> ListPathProperty.ListPathPropertyBuilder<T> |
create(String name,
Class<? extends T> elementType)
Create a new
ListPathProperty . |
static <P extends Property> |
propertyBox(String name,
Iterable<P> properties)
|
create, isReadOnly
getConvertedValue, getConverter, getName, getTemporalType, getType, present, render, renderIfAvailable
getValidators, validate
builder, getMessage, getMessageArguments, getMessageCode, of, of
hasConfiguration
getModelType, getModelValue
isCollectionExpression, isConverterExpression
validate
asc, desc, from
fullName, fullName, getName, getParent, isRootPath, of, relativeName, relativeName, stream
getDataPath, isDataMappable
between, count, eq, eq, goe, goe, gt, gt, in, in, in, isNotNull, isNull, loe, loe, lt, lt, max, min, neq, neq, nin, nin, nin
bean, constant, countAll, path, propertySet, propertySet
getElementType
getElementType
ListPathProperty<T> clone(Consumer<PathProperty.Builder<List<T>,PathProperty<List<T>>,?>> builder)
clone
in interface CloneableProperty<List<T>,PathProperty<List<T>>,PathProperty.Builder<List<T>,PathProperty<List<T>>,?>>
builder
- A property builder which can be used to perform additional property configurationstatic <T> ListPathProperty.ListPathPropertyBuilder<T> create(String name, Class<? extends T> elementType)
ListPathProperty
.create
in interface PathExpression<List<T>>
create
in interface PathProperty<List<T>>
T
- Collection elements typename
- Property (and path) name (not null)elementType
- Collection elements type (not null)ListPathProperty
instancestatic <P extends Property> ListPathProperty.ListPathPropertyBuilder<PropertyBox> propertyBox(String name, Iterable<P> properties)
P
- Property typename
- Property (and path) name (not null)properties
- Property set (not null)ListPathProperty
instanceCopyright © 2019 The Holon Platform. All rights reserved.