Class StringSearchModelInterpolator.InterpolateObjectAction.MapField
- java.lang.Object
-
- org.apache.maven.model.interpolation.StringSearchModelInterpolator.InterpolateObjectAction.CacheField
-
- org.apache.maven.model.interpolation.StringSearchModelInterpolator.InterpolateObjectAction.MapField
-
- Enclosing class:
- StringSearchModelInterpolator.InterpolateObjectAction
static final class StringSearchModelInterpolator.InterpolateObjectAction.MapField extends StringSearchModelInterpolator.InterpolateObjectAction.CacheField
-
-
Field Summary
-
Fields inherited from class org.apache.maven.model.interpolation.StringSearchModelInterpolator.InterpolateObjectAction.CacheField
field
-
-
Constructor Summary
Constructors Constructor Description MapField(java.lang.reflect.Field field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
doInterpolate(java.lang.Object target, StringSearchModelInterpolator.InterpolateObjectAction ctx)
-
Methods inherited from class org.apache.maven.model.interpolation.StringSearchModelInterpolator.InterpolateObjectAction.CacheField
interpolate
-
-
-
-
Method Detail
-
doInterpolate
void doInterpolate(java.lang.Object target, StringSearchModelInterpolator.InterpolateObjectAction ctx) throws java.lang.IllegalAccessException
- Specified by:
doInterpolate
in classStringSearchModelInterpolator.InterpolateObjectAction.CacheField
- Throws:
java.lang.IllegalAccessException
-
-