Package | Description |
---|---|
com.holonplatform.core | |
com.holonplatform.core.internal | |
com.holonplatform.core.property |
Modifier and Type | Method and Description |
---|---|
static <TYPE> Optional<ExpressionValueConverter<TYPE,?>> |
ExpressionValueConverter.fromProperty(Property<TYPE> property)
Create a new
ExpressionValueConverter using given property . |
Optional<ExpressionValueConverter<T,?>> |
ConverterExpression.getExpressionValueConverter()
Get the expression value type converter, if available.
|
Modifier and Type | Method and Description |
---|---|
Optional<ExpressionValueConverter<T,?>> |
AbstractConverterExpression.getExpressionValueConverter() |
Optional<ExpressionValueConverter<E,?>> |
DefaultCollectionConstantExpression.getExpressionValueConverter() |
Constructor and Description |
---|
AbstractConverterExpression(ExpressionValueConverter<T,?> expressionValueConverter)
Constructor with converter.
|
DefaultConstantConverterExpression(T value,
Class<? extends T> type,
ExpressionValueConverter<T,?> expressionValueConverter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
default Optional<ExpressionValueConverter<T,?>> |
Property.getExpressionValueConverter() |
Copyright © 2019 The Holon Platform. All rights reserved.