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 boolean
private final boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
interpolate
(Object target, CiModelInterpolator.InterpolateObjectAction interpolateObjectAction) boolean
isArray()
private boolean
isQualifiedForInterpolation
(Class<?> cls) private boolean
isQualifiedForInterpolation
(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()
-