Package io.higson.runtime.prefetch
Class ParamInitializerImpl
java.lang.Object
io.higson.runtime.prefetch.ParamInitializerImpl
- All Implemented Interfaces:
Initializer
- Author:
- przemek hertel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(String paramCode) This method gets the parameter using it code.
-
Constructor Details
-
ParamInitializerImpl
public ParamInitializerImpl()
-
-
Method Details
-
initialize
This method gets the parameter using it code. If the value of the parameter is not found or the parameter is not found in the registered repository, the exception is thrown.- Specified by:
initializein interfaceInitializer- Parameters:
paramCode- it's a code of parameter which was added to the list of parameters to prefetch
-