| Package | Description |
|---|---|
| com.holonplatform.core | |
| com.holonplatform.core.internal |
| Modifier and Type | Method and Description |
|---|---|
static <T> NullExpression<T> |
NullExpression.create(Class<? extends T> type)
Create a new
NullExpression instance. |
static <T> NullExpression<T> |
NullExpression.create(TypedExpression<T> expression)
Create a new
NullExpression instance, using given expression to inherit an
ExpressionValueConverter, if available. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNullExpression<T>
Default
NullExpression implementation. |
Copyright © 2019 The Holon Platform. All rights reserved.