| Package | Description |
|---|---|
| net.obvj.jep.functions |
Provides functions for the Java Expression Parser.
|
| Class and Description |
|---|
| BinaryBooleanFunction.Strategy
Defines particular strategies for the
BinaryBooleanFunction. |
| BinaryDateFunction.Strategy
Defines particular strategies for the
BinaryDateFunction. |
| BinaryStringFunction.Strategy
Defines particular concrete behaviors for the
BinaryStringFunction. |
| DateFieldGetter.DateField
Defines particular field-fetching strategies for a given date.
|
| Function
Indicates that an object is a custom function, and assigns names/aliases to it.
|
| HttpResponseHandler.Strategy
Defines particular data-fetch strategies for a given
WebServiceResponse. |
| MultiStrategyCommand
A common interface for objects that implement multiple strategies
|
| Replace.Strategy
Defines particular strategies for the
Replace function. |
| StringPaddingFunction.Strategy
Defines particular string-padding behaviors, such as right-padding and left-padding.
|
| UnaryBooleanFunction.Strategy
Defines particular object predicates for the
UnaryBooleanFunction. |
| UnaryEncryptionFunction.EncryptionAlgorithm
Defines particular strategies for string encryption, such as the encryption algorithm.
|
| UnaryStringFunction.Strategy
Defines the strategy to be executed for a string, such as trimming and conversion to
lower/upper/camel-case.
|
| UnarySystemFunction.Strategy
Defines particular strategies for the
UnarySystemFunction. |
Copyright © 2023. All rights reserved.