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