Package io.virtdata.processors.internals
Class FunctionDocInfoWriter
- java.lang.Object
-
- io.virtdata.processors.internals.FunctionDocInfoWriter
-
- All Implemented Interfaces:
FuncEnumerator.Listener
public class FunctionDocInfoWriter extends java.lang.Object implements FuncEnumerator.Listener
-
-
Constructor Summary
Constructors Constructor Description FunctionDocInfoWriter(javax.annotation.processing.Filer filer, javax.annotation.processing.Messager messenger, java.lang.String suffix)
-
Method Summary
Modifier and Type Method Description voidonFunctionModel(DocForFunc functionDoc)Handle each logical function model that has been found.
-
-
-
Method Detail
-
onFunctionModel
public void onFunctionModel(DocForFunc functionDoc)
Description copied from interface:FuncEnumerator.ListenerHandle each logical function model that has been found.- Specified by:
onFunctionModelin interfaceFuncEnumerator.Listener- Parameters:
functionDoc- the documentation model for a single mapping function
-
-