Class CiModelInterpolator.InterpolateObjectAction.ObjectField
- java.lang.Object
-
- org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheField
-
- org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.ObjectField
-
- Enclosing class:
- CiModelInterpolator.InterpolateObjectAction
static final class CiModelInterpolator.InterpolateObjectAction.ObjectField extends CiModelInterpolator.InterpolateObjectAction.CacheField
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
isArray
-
Fields inherited from class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheField
field
-
-
Constructor Summary
Constructors Constructor Description ObjectField(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, CiModelInterpolator.InterpolateObjectAction ctx)
-
Methods inherited from class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheField
interpolate, toString
-
-
-
-
Method Detail
-
doInterpolate
void doInterpolate(java.lang.Object target, CiModelInterpolator.InterpolateObjectAction ctx) throws java.lang.IllegalAccessException
- Specified by:
doInterpolate
in classCiModelInterpolator.InterpolateObjectAction.CacheField
- Throws:
java.lang.IllegalAccessException
-
-