Uses of Class
org.codehaus.plexus.interpolation.object.FieldBasedObjectInterpolator.InterpolationTarget
Packages that use FieldBasedObjectInterpolator.InterpolationTarget
-
Uses of FieldBasedObjectInterpolator.InterpolationTarget in org.codehaus.plexus.interpolation.object
Fields in org.codehaus.plexus.interpolation.object with type parameters of type FieldBasedObjectInterpolator.InterpolationTargetModifier and TypeFieldDescriptionprivate final LinkedList
<FieldBasedObjectInterpolator.InterpolationTarget> FieldBasedObjectInterpolator.InterpolateObjectAction.interpolationTargets
Methods in org.codehaus.plexus.interpolation.object with parameters of type FieldBasedObjectInterpolator.InterpolationTargetModifier and TypeMethodDescriptionprivate void
FieldBasedObjectInterpolator.InterpolateObjectAction.traverseObjectWithParents
(Class cls, FieldBasedObjectInterpolator.InterpolationTarget target) Traverse the given object, interpolating any String fields and adding non-primitive field values to the interpolation queue for later processing.