| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
to
Gets the class to which the following argument or return type will be converted
|
Class<? extends ArgumentConverter<?,?>> |
use
Gets the type of the ArgumentConverter used for this conversion
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
factoryMethod
The name of the static factory method on the ArgumentConverter class to be invoked to obtain an instance
|
String |
singletonInstance
The name of the static singleton instance member on the ArgumentConverter class to be accessed for conversions
|
public abstract Class<?> to
public abstract Class<? extends ArgumentConverter<?,?>> use
public abstract String factoryMethod
public abstract String singletonInstance
Copyright © 2020 shadow-invoke. All rights reserved.