Package org.derive4j.processor.api.model
Interface DataDeconstructor.Case<R>
- Enclosing class:
DataDeconstructor
public static interface DataDeconstructor.Case<R>
-
Method Summary
Modifier and TypeMethodDescriptiondeconstructor
(VariableElement visitorParam, DeclaredType visitorType, ExecutableType methodType, ExecutableType visitorMethodType, ExecutableElement method, List<TypeVariable> argumentTypeVariables, TypeVariable returnTypeVariable)
-
Method Details
-
deconstructor
R deconstructor(VariableElement visitorParam, DeclaredType visitorType, ExecutableType methodType, ExecutableType visitorMethodType, ExecutableElement method, List<TypeVariable> argumentTypeVariables, TypeVariable returnTypeVariable)
-