Class CiModelInterpolator.InterpolateObjectAction.CacheField
- java.lang.Object
-
- org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheField
-
- Direct Known Subclasses:
CiModelInterpolator.InterpolateObjectAction.ListField
,CiModelInterpolator.InterpolateObjectAction.MapField
,CiModelInterpolator.InterpolateObjectAction.ObjectField
,CiModelInterpolator.InterpolateObjectAction.StringField
- Enclosing class:
- CiModelInterpolator.InterpolateObjectAction
abstract static class CiModelInterpolator.InterpolateObjectAction.CacheField extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.reflect.Field
field
-
Constructor Summary
Constructors Constructor Description CacheField(java.lang.reflect.Field field)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) abstract void
doInterpolate(java.lang.Object target, CiModelInterpolator.InterpolateObjectAction ctx)
(package private) void
interpolate(java.lang.Object target, CiModelInterpolator.InterpolateObjectAction interpolateObjectAction)
java.lang.String
toString()
-
-
-
Method Detail
-
interpolate
void interpolate(java.lang.Object target, CiModelInterpolator.InterpolateObjectAction interpolateObjectAction)
-
doInterpolate
abstract void doInterpolate(java.lang.Object target, CiModelInterpolator.InterpolateObjectAction ctx) throws java.lang.IllegalAccessException
- Throws:
java.lang.IllegalAccessException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-