Class CiModelInterpolator.InterpolateObjectAction.CacheItem
java.lang.Object
org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheItem
- Enclosing class:
CiModelInterpolator.InterpolateObjectAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CiModelInterpolator.InterpolateObjectAction.CacheField[]private final booleanprivate final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinterpolate(Object target, CiModelInterpolator.InterpolateObjectAction interpolateObjectAction) booleanisArray()private booleanisQualifiedForInterpolation(Class<?> cls) private booleanisQualifiedForInterpolation(Field field, Class<?> fieldType)
-
Field Details
-
isArray
private final boolean isArray -
isQualifiedForInterpolation
private final boolean isQualifiedForInterpolation -
fields
-
-
Constructor Details
-
CacheItem
CacheItem(Class clazz)
-
-
Method Details
-
isQualifiedForInterpolation
-
isQualifiedForInterpolation
-
interpolate
public void interpolate(Object target, CiModelInterpolator.InterpolateObjectAction interpolateObjectAction) -
isArray
public boolean isArray()
-