public static enum Plugin.Engine.Dispatcher.ForSerialTransformation.Factory extends Enum<Plugin.Engine.Dispatcher.ForSerialTransformation.Factory> implements Plugin.Engine.Dispatcher.Factory
| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
Plugin.Engine.Dispatcher |
make(Plugin.Engine.Target.Sink sink,
List<TypeDescription> transformed,
Map<TypeDescription,List<Throwable>> failed,
List<String> unresolved)
Creates a new dispatcher.
|
static Plugin.Engine.Dispatcher.ForSerialTransformation.Factory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.Engine.Dispatcher.ForSerialTransformation.Factory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plugin.Engine.Dispatcher.ForSerialTransformation.Factory INSTANCE
public static Plugin.Engine.Dispatcher.ForSerialTransformation.Factory[] values()
for (Plugin.Engine.Dispatcher.ForSerialTransformation.Factory c : Plugin.Engine.Dispatcher.ForSerialTransformation.Factory.values()) System.out.println(c);
public static Plugin.Engine.Dispatcher.ForSerialTransformation.Factory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Plugin.Engine.Dispatcher make(Plugin.Engine.Target.Sink sink, List<TypeDescription> transformed, Map<TypeDescription,List<Throwable>> failed, List<String> unresolved)
make in interface Plugin.Engine.Dispatcher.Factorysink - The sink to write any work to.transformed - A list of all types that are 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.Copyright © 2014–2023. All rights reserved.