Class Params
java.lang.Object
ru.objectsfill.annotation_processor.Params
A class representing parameters for generating code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the parameters as a map.setImportInterface(String val) Sets the value for the import interface parameter.Sets the value for the interface extension parameter.Sets the value for the interface implement path parameter.setInterfaceName(String val) Sets the value for the interface name parameter.
-
Constructor Details
-
Params
public Params()
-
-
Method Details
-
setInterfaceName
Sets the value for the interface name parameter.- Parameters:
val- the value to set- Returns:
- the Params object for method chaining
-
setImportInterface
Sets the value for the import interface parameter.- Parameters:
val- the value to set- Returns:
- the Params object for method chaining
-
setInterfaceExtension
Sets the value for the interface extension parameter.- Parameters:
val- the value to set- Returns:
- the Params object for method chaining
-
setInterfaceImplementPath
Sets the value for the interface implement path parameter.- Parameters:
val- the value to set- Returns:
- the Params object for method chaining
-
getParameters
Retrieves the parameters as a map.- Returns:
- the map of parameters
-