Package org.derive4j.processor.api
Interface InstanceLocations.MethodMapper<X>
-
- Enclosing class:
- InstanceLocations
public static interface InstanceLocations.MethodMapper<X>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X
method(com.squareup.javapoet.ClassName className, javax.lang.model.element.ExecutableElement executableElement, java.util.Map<javax.lang.model.type.TypeVariable,javax.lang.model.type.TypeMirror> typeArgs)
-
-
-
Method Detail
-
method
X method(com.squareup.javapoet.ClassName className, javax.lang.model.element.ExecutableElement executableElement, java.util.Map<javax.lang.model.type.TypeVariable,javax.lang.model.type.TypeMirror> typeArgs)
-
-