Interface ValueFunction


  • public interface ValueFunction
    A function which produces a profile attribute value or RA configuration property value, based on a given GeneratorContext.
    • Method Detail

      • evaluate

        @Nullable
        java.lang.Object evaluate​(@Nonnull
                                  GeneratorContext context)
                           throws TransformationException
        Generates 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