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