public abstract class AbstractCollectionProcessor<T> extends Object
Constructor and Description |
---|
AbstractCollectionProcessor(String paramName) |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
apply(T target,
Object object) |
protected abstract T |
apply(T target,
Object[] objects) |
T |
buildIt(T target,
Object object) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.