Uses of Class
org.codehaus.plexus.interpolation.object.ObjectInterpolationWarning
Packages that use ObjectInterpolationWarning
-
Uses of ObjectInterpolationWarning in org.codehaus.plexus.interpolation.object
Fields in org.codehaus.plexus.interpolation.object with type parameters of type ObjectInterpolationWarningModifier and TypeFieldDescriptionprivate final List
<ObjectInterpolationWarning> FieldBasedObjectInterpolator.InterpolateObjectAction.warningCollector
private List
<ObjectInterpolationWarning> FieldBasedObjectInterpolator.warnings
Methods in org.codehaus.plexus.interpolation.object that return types with arguments of type ObjectInterpolationWarningModifier and TypeMethodDescriptionFieldBasedObjectInterpolator.getWarnings()
Retrieve theList
of warnings (ObjectInterpolationWarning
instances) generated during the last interpolation execution.Constructor parameters in org.codehaus.plexus.interpolation.object with type arguments of type ObjectInterpolationWarningModifierConstructorDescriptionInterpolateObjectAction
(Object target, BasicInterpolator interpolator, RecursionInterceptor recursionInterceptor, Set blacklistedFieldNames, Set blacklistedPackagePrefixes, List<ObjectInterpolationWarning> warningCollector) Setup an object graph traversal for the given target starting point.