Class StringSearchModelInterpolator.InterpolateObjectAction.CacheField
java.lang.Object
org.apache.maven.model.interpolation.StringSearchModelInterpolator.InterpolateObjectAction.CacheField
- Direct Known Subclasses:
StringSearchModelInterpolator.InterpolateObjectAction.ListField
,StringSearchModelInterpolator.InterpolateObjectAction.MapField
,StringSearchModelInterpolator.InterpolateObjectAction.ObjectField
,StringSearchModelInterpolator.InterpolateObjectAction.StringField
- Enclosing class:
- StringSearchModelInterpolator.InterpolateObjectAction
abstract static class StringSearchModelInterpolator.InterpolateObjectAction.CacheField
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract void
(package private) void
interpolate
(Object target, StringSearchModelInterpolator.InterpolateObjectAction interpolateObjectAction)
-
Field Details
-
field
-
-
Constructor Details
-
CacheField
CacheField(Field field)
-
-
Method Details
-
interpolate
void interpolate(Object target, StringSearchModelInterpolator.InterpolateObjectAction interpolateObjectAction) -
doInterpolate
abstract void doInterpolate(Object target, StringSearchModelInterpolator.InterpolateObjectAction ctx) throws IllegalAccessException - Throws:
IllegalAccessException
-