public static class Plugin.Engine.Summary extends Object
Plugin.Engine
to a source and target.Constructor and Description |
---|
Summary(List<TypeDescription> transformed,
Map<TypeDescription,List<Throwable>> failed,
List<String> unresolved)
Creates a new summary.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<TypeDescription,List<Throwable>> |
getFailed()
Returns a mapping of all types that failed during transformation to the exceptions that explain the failure.
|
List<TypeDescription> |
getTransformed()
Returns a list of all types that were transformed.
|
List<String> |
getUnresolved()
Returns a list of type names that could not be resolved.
|
int |
hashCode() |
public Summary(List<TypeDescription> transformed, Map<TypeDescription,List<Throwable>> failed, List<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 List<TypeDescription> getTransformed()
public Map<TypeDescription,List<Throwable>> getFailed()
public List<String> getUnresolved()
public boolean equals(@MaybeNull Object other)
Copyright © 2014–2022. All rights reserved.