Uses of Class
org.codehaus.plexus.interpolation.object.ObjectInterpolationWarning
-
Packages that use ObjectInterpolationWarning Package Description org.codehaus.plexus.interpolation.object -
-
Uses of ObjectInterpolationWarning in org.codehaus.plexus.interpolation.object
Fields in org.codehaus.plexus.interpolation.object with type parameters of type ObjectInterpolationWarning Modifier and Type Field Description private java.util.List<ObjectInterpolationWarning>
FieldBasedObjectInterpolator.InterpolateObjectAction. warningCollector
private java.util.List<ObjectInterpolationWarning>
FieldBasedObjectInterpolator. warnings
Methods in org.codehaus.plexus.interpolation.object that return types with arguments of type ObjectInterpolationWarning Modifier and Type Method Description java.util.List<ObjectInterpolationWarning>
FieldBasedObjectInterpolator. 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 ObjectInterpolationWarning Constructor 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.
-