protected class AbstractSearchConditionVisitor.ClassValue extends Object
| Constructor and Description | 
|---|
ClassValue(Class<?> cls,
          Object value,
          CollectionCheckInfo collInfo,
          Set<String> collectionProps)  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<?> | 
getCls()  | 
CollectionCheckInfo | 
getCollectionCheckInfo()  | 
Object | 
getValue()  | 
boolean | 
isCollection(String name)  | 
void | 
setCls(Class<?> cls)  | 
void | 
setValue(Object value)  | 
public ClassValue(Class<?> cls, Object value, CollectionCheckInfo collInfo, Set<String> collectionProps)
Apache CXF