| Package | Description |
|---|---|
| com.holonplatform.datastore.mongo.core.expression |
| Modifier and Type | Method and Description |
|---|---|
static <T> Value<T> |
Value.create(T value)
Create a new
Value. |
static <T> Value<T> |
Value.create(T value,
EnumCodecStrategy enumCodecStrategy)
Create a new
Value. |
static <T> Value<T> |
Value.create(T value,
com.holonplatform.core.TypedExpression<T> expression)
Create a new
Value. |
static <T> Value<T> |
Value.create(T value,
com.holonplatform.core.TypedExpression<T> expression,
EnumCodecStrategy enumCodecStrategy)
Create a new
Value. |
Copyright © 2019 The Holon Platform. All rights reserved.