Package | Description |
---|---|
org.codehaus.plexus.interpolation.object |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ObjectInterpolationWarning> |
FieldBasedObjectInterpolator.InterpolateObjectAction.warningCollector |
private java.util.List<ObjectInterpolationWarning> |
FieldBasedObjectInterpolator.warnings |
Modifier and Type | Method and Description |
---|---|
java.util.List<ObjectInterpolationWarning> |
FieldBasedObjectInterpolator.getWarnings()
Retrieve the
List of warnings (ObjectInterpolationWarning
instances) generated during the last interpolation execution. |
Constructor and Description |
---|
InterpolateObjectAction(java.lang.Object target,
BasicInterpolator interpolator,
RecursionInterceptor recursionInterceptor,
java.util.Set blacklistedFieldNames,
java.util.Set blacklistedPackagePrefixes,
java.util.List<ObjectInterpolationWarning> warningCollector)
Setup an object graph traversal for the given target starting point.
|