[Java] Interface PostCompletionFactory
public interface PostCompletionFactory
A helper interface for factories which require post processing of generated nodes.
- Since:
- 2.1.0
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public Object |
postCompleteNode(FactoryBuilderSupport factory, Object parent, Object node) |
Method Detail
public Object postCompleteNode(FactoryBuilderSupport factory, Object parent, Object node)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/control/customizers/builder/PostCompletionFactory.html