private static class StringSearchModelInterpolator.InterpolateObjectAction.CacheItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private StringSearchModelInterpolator.InterpolateObjectAction.CacheField[] |
fields |
private boolean |
isArray |
private boolean |
isQualifiedForInterpolation |
Constructor and Description |
---|
CacheItem(java.lang.Class clazz) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
interpolate(java.lang.Object target,
StringSearchModelInterpolator.InterpolateObjectAction interpolateObjectAction) |
(package private) boolean |
isArray() |
private boolean |
isQualifiedForInterpolation(java.lang.Class<?> cls) |
private boolean |
isQualifiedForInterpolation(java.lang.reflect.Field field,
java.lang.Class<?> fieldType) |
private final boolean isArray
private final boolean isQualifiedForInterpolation
private final StringSearchModelInterpolator.InterpolateObjectAction.CacheField[] fields
private boolean isQualifiedForInterpolation(java.lang.Class<?> cls)
private boolean isQualifiedForInterpolation(java.lang.reflect.Field field, java.lang.Class<?> fieldType)
void interpolate(java.lang.Object target, StringSearchModelInterpolator.InterpolateObjectAction interpolateObjectAction)
boolean isArray()