Class Plugin.Engine.Summary
java.lang.Object
net.bytebuddy.build.Plugin.Engine.Summary
- Enclosing interface:
Plugin.Engine
A summary of the application of a
Plugin.Engine to a source and target.-
Constructor Summary
ConstructorsConstructorDescriptionSummary(List<TypeDescription> transformed, Map<TypeDescription, List<Throwable>> failed, List<String> unresolved) Creates a new summary. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns a mapping of all types that failed during transformation to the exceptions that explain the failure.Returns a list of all types that were transformed.Returns a list of type names that could not be resolved.inthashCode()
-
Constructor Details
-
Summary
public Summary(List<TypeDescription> transformed, Map<TypeDescription, List<Throwable>> failed, List<String> unresolved) Creates a new summary.- Parameters:
transformed- A list of all types that were transformed.failed- A mapping of all types that failed during transformation to the exceptions that explain the failure.unresolved- A list of type names that could not be resolved.
-
-
Method Details
-
getTransformed
Returns a list of all types that were transformed.- Returns:
- A list of all types that were transformed.
-
getFailed
Returns a mapping of all types that failed during transformation to the exceptions that explain the failure.- Returns:
- A mapping of all types that failed during transformation to the exceptions that explain the failure.
-
getUnresolved
-
hashCode
-
equals
-