public static class Plugin.Engine.Summary
extends java.lang.Object
Plugin.Engine to a source and target.| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<TypeDescription,java.util.List<java.lang.Throwable>> |
failed
A mapping of all types that failed during transformation to the exceptions that explain the failure.
|
private java.util.List<TypeDescription> |
transformed
A list of all types that were transformed.
|
private java.util.List<java.lang.String> |
unresolved
A list of type names that could not be resolved.
|
| Constructor and Description |
|---|
Summary(java.util.List<TypeDescription> transformed,
java.util.Map<TypeDescription,java.util.List<java.lang.Throwable>> failed,
java.util.List<java.lang.String> unresolved)
Creates a new summary.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.util.Map<TypeDescription,java.util.List<java.lang.Throwable>> |
getFailed()
Returns a mapping of all types that failed during transformation to the exceptions that explain the failure.
|
java.util.List<TypeDescription> |
getTransformed()
Returns a list of all types that were transformed.
|
java.util.List<java.lang.String> |
getUnresolved()
Returns a list of type names that could not be resolved.
|
int |
hashCode() |
private final java.util.List<TypeDescription> transformed
private final java.util.Map<TypeDescription,java.util.List<java.lang.Throwable>> failed
private final java.util.List<java.lang.String> unresolved
public Summary(java.util.List<TypeDescription> transformed, java.util.Map<TypeDescription,java.util.List<java.lang.Throwable>> failed, java.util.List<java.lang.String> unresolved)
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.public java.util.List<TypeDescription> getTransformed()
public java.util.Map<TypeDescription,java.util.List<java.lang.Throwable>> getFailed()
public java.util.List<java.lang.String> getUnresolved()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object