Interface ValueFunction
-
public interface ValueFunctionA function which produces a profile attribute value or RA configuration property value, based on a givenGeneratorContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectevaluate(GeneratorContext context)Generates an Object value (which may be null), based on the given context.
-
-
-
Method Detail
-
evaluate
@Nullable java.lang.Object evaluate(@Nonnull GeneratorContext context) throws TransformationExceptionGenerates an Object value (which may be null), based on the given context.- Parameters:
context- Contains information about the context in which the value is being generated.- Throws:
TransformationException
-
-