Class StringSearchModelInterpolator.InterpolateObjectAction.CacheItem
- java.lang.Object
-
- org.apache.maven.model.interpolation.StringSearchModelInterpolator.InterpolateObjectAction.CacheItem
-
- Enclosing class:
- StringSearchModelInterpolator.InterpolateObjectAction
private static class StringSearchModelInterpolator.InterpolateObjectAction.CacheItem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private StringSearchModelInterpolator.InterpolateObjectAction.CacheField[]
fields
private boolean
isArray
private boolean
isQualifiedForInterpolation
-
Constructor Summary
Constructors Constructor Description CacheItem(java.lang.Class clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
isArray
private final boolean isArray
-
isQualifiedForInterpolation
private final boolean isQualifiedForInterpolation
-
fields
private final StringSearchModelInterpolator.InterpolateObjectAction.CacheField[] fields
-
-
Method Detail
-
isQualifiedForInterpolation
private boolean isQualifiedForInterpolation(java.lang.Class<?> cls)
-
isQualifiedForInterpolation
private boolean isQualifiedForInterpolation(java.lang.reflect.Field field, java.lang.Class<?> fieldType)
-
interpolate
void interpolate(java.lang.Object target, StringSearchModelInterpolator.InterpolateObjectAction interpolateObjectAction)
-
isArray
boolean isArray()
-
-