public static class LiteralOperators.LiteralOperatorFactory extends Object
| Constructor and Description |
|---|
LiteralOperatorFactory(Object value)
Creates new
LiteralOperators.LiteralOperatorFactory for given value. |
| Modifier and Type | Method and Description |
|---|---|
LiteralOperators.Literal |
asLiteral()
Creates new
LiteralOperators.Literal that returns the associated value without parsing. |
public LiteralOperatorFactory(Object value)
LiteralOperators.LiteralOperatorFactory for given value.value - must not be null.public LiteralOperators.Literal asLiteral()
LiteralOperators.Literal that returns the associated value without parsing.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.