T - type of the node to processpublic class PerAttributeChildProcessor<T extends Node> extends Object implements ChildProcessor<T>
EMPTY| Constructor and Description |
|---|
PerAttributeChildProcessor(Function<T,DbAttribute> attributeMapper,
Function<DbAttribute,ChildProcessor<T>> processorFactory) |
public PerAttributeChildProcessor(Function<T,DbAttribute> attributeMapper, Function<DbAttribute,ChildProcessor<T>> processorFactory)
Copyright © 2001–2021 Apache Cayenne. All rights reserved.