@Named(value="core") public class CoreBuilderCustomizer extends AbstractBuilderCustomizer
Constructor and Description |
---|
CoreBuilderCustomizer() |
Modifier and Type | Method and Description |
---|---|
List<Closure> |
getAttributeDelegates() |
List<Closure> |
getPostNodeCompletionDelegates() |
List<Closure> |
getPreInstantiateDelegates() |
protected void |
rootAttributeDelegate(FactoryBuilderSupport builder,
Object node,
Map attributes) |
protected void |
rootNodePostNodeCompletionDelegate(FactoryBuilderSupport builder,
Object parent,
Object node) |
protected void |
rootNodePreInstantiateDelegate(FactoryBuilderSupport builder,
Map attributes,
Object value) |
getDisposalClosures, getFactories, getMethodMissingDelegate, getMethods, getPostInstantiateDelegates, getPropertyMissingDelegate, getProps, getVariables, setAttributeDelegates, setDisposalClosures, setFactories, setMethodMissingDelegate, setMethods, setPostInstantiateDelegates, setPostNodeCompletionDelegates, setPreInstantiateDelegates, setPropertyMissingDelegate, setProps, setVariables
@Nonnull public List<Closure> getAttributeDelegates()
getAttributeDelegates
in interface BuilderCustomizer
getAttributeDelegates
in class AbstractBuilderCustomizer
@Nonnull public List<Closure> getPreInstantiateDelegates()
getPreInstantiateDelegates
in interface BuilderCustomizer
getPreInstantiateDelegates
in class AbstractBuilderCustomizer
@Nonnull public List<Closure> getPostNodeCompletionDelegates()
getPostNodeCompletionDelegates
in interface BuilderCustomizer
getPostNodeCompletionDelegates
in class AbstractBuilderCustomizer
protected void rootAttributeDelegate(FactoryBuilderSupport builder, Object node, Map attributes)
protected void rootNodePreInstantiateDelegate(FactoryBuilderSupport builder, Map attributes, Object value)
protected void rootNodePostNodeCompletionDelegate(FactoryBuilderSupport builder, Object parent, Object node)