Class StringSearchModelInterpolator.InterpolateObjectAction.CacheItem
java.lang.Object
org.apache.maven.model.interpolation.StringSearchModelInterpolator.InterpolateObjectAction.CacheItem
- Enclosing class:
- StringSearchModelInterpolator.InterpolateObjectAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringSearchModelInterpolator.InterpolateObjectAction.CacheField[]
private final boolean
private final boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
interpolate
(Object target, StringSearchModelInterpolator.InterpolateObjectAction interpolateObjectAction) (package private) 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
void interpolate(Object target, StringSearchModelInterpolator.InterpolateObjectAction interpolateObjectAction) -
isArray
boolean isArray()
-