Package net.bytebuddy.build
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.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map
<TypeDescription, List<Throwable>> A mapping of all types that failed during transformation to the exceptions that explain the failure.private final List
<TypeDescription> A list of all types that were transformed.A list of type names that could not be resolved. -
Constructor Summary
ConstructorsConstructorDescriptionSummary
(List<TypeDescription> transformed, Map<TypeDescription, List<Throwable>> failed, List<String> unresolved) Creates a new summary. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns 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.int
hashCode()
-
Field Details
-
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.
-
-
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
Returns a list of type names that could not be resolved.- Returns:
- A list of type names that could not be resolved.
-
hashCode
public int hashCode() -
equals
-