public interface ValueFunction
GeneratorContext
.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evaluate(GeneratorContext context)
Generates an Object value (which may be null), based on the given context.
|
@Nullable java.lang.Object evaluate(@Nonnull GeneratorContext context) throws TransformationException
context
- Contains information about the context in which the value is being generated.TransformationException
Copyright © OpenCloud. All Rights Reserved.