Package org.derive4j.processor.api.model
Class DataArgument
java.lang.Object
org.derive4j.processor.api.model.DataArgument
-
Method Summary
Modifier and TypeMethodDescriptionabstract <R> Rmatch(BiFunction<String, TypeMirror, R> dataArgument) type()
-
Method Details
-
match
public abstract <R> R match(@FieldNames({"fieldName","type"}) BiFunction<String, TypeMirror, R> dataArgument) -
fieldName
-
type
-