Skip to content

IPostProcessor

A Token that can post-process the complete resolved value, after resolve() has recursed over it.

Methods

Name Description
postProcess Process the completely resolved value, after full recursion/resolution has happened.

postProcess

public java.lang.Object postProcess(java.lang.Object input, IResolveContext context)

Process the completely resolved value, after full recursion/resolution has happened.

inputRequired

  • Type: java.lang.Object

contextRequired