Uses of Class
org.codehaus.plexus.interpolation.object.FieldBasedObjectInterpolator.InterpolationTarget
-
Packages that use FieldBasedObjectInterpolator.InterpolationTarget Package Description org.codehaus.plexus.interpolation.object -
-
Uses of FieldBasedObjectInterpolator.InterpolationTarget in org.codehaus.plexus.interpolation.object
Fields in org.codehaus.plexus.interpolation.object with type parameters of type FieldBasedObjectInterpolator.InterpolationTarget Modifier and Type Field Description private java.util.LinkedList<FieldBasedObjectInterpolator.InterpolationTarget>
FieldBasedObjectInterpolator.InterpolateObjectAction. interpolationTargets
Methods in org.codehaus.plexus.interpolation.object with parameters of type FieldBasedObjectInterpolator.InterpolationTarget Modifier and Type Method Description private void
FieldBasedObjectInterpolator.InterpolateObjectAction. traverseObjectWithParents(java.lang.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.
-