[Java] Interface PostCompletionFactory
A helper interface for factories which require post processing of generated nodes.
- Since:
- 2.1.0
- Authors:
- Cedric Champeau
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
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/2.4.21/html/gapi/org/codehaus/groovy/control/customizers/builder/PostCompletionFactory.html