public interface ArgumentConverter
| Modifier and Type | Method and Description |
|---|---|
List<FunctionArgumentSignature> |
argumentSignatures(Object object,
Method method,
Parameter parameter,
FunctionArgumentSignatureFactory factory) |
Object |
convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object convert(List<?> remainingArguments, ImportStack importStack, Context context)
List<FunctionArgumentSignature> argumentSignatures(Object object, Method method, Parameter parameter, FunctionArgumentSignatureFactory factory)
Copyright © 2016 bit3. All rights reserved.