public interface Configuration
Configuration interface describes the fully-qualified class name and the input
parameters for an individual template invocation. A template can be invoke multiple times
with different configurations.| Modifier and Type | Method and Description |
|---|---|
String |
fullyQualifiedClassName() |
Map<String,Object> |
parameters() |
Copyright © 2019. All rights reserved.