Uses of Interface
org.derive4j.processor.api.InstanceLocations.MethodMapper
-
Packages that use InstanceLocations.MethodMapper Package Description org.derive4j.processor.api -
-
Uses of InstanceLocations.MethodMapper in org.derive4j.processor.api
Fields in org.derive4j.processor.api declared as InstanceLocations.MethodMapper Modifier and Type Field Description private InstanceLocations.MethodMapper<X>
InstanceLocations.CaseOfMatchers.PartialMatcher. method
private InstanceLocations.MethodMapper<X>
InstanceLocations.CasesMatchers.PartialMatcher. method
private InstanceLocations.MethodMapper<X>
InstanceLocations.LambdaCases. method
Methods in org.derive4j.processor.api with parameters of type InstanceLocations.MethodMapper Modifier and Type Method Description static <X> InstanceLocation.Cases<X>
InstanceLocations. cases(InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn, InstanceLocations.MethodMapper<X> method)
InstanceLocations.CaseOfMatchers.PartialMatcher<X>
InstanceLocations.CaseOfMatchers.PartialMatcher_Method. method(InstanceLocations.MethodMapper<X> method)
X
InstanceLocations.CaseOfMatchers.TotalMatcher_Method. method(InstanceLocations.MethodMapper<X> method)
<X> InstanceLocations.CaseOfMatchers.PartialMatcher<X>
InstanceLocations.CaseOfMatchers.TotalMatcher_Value. method(InstanceLocations.MethodMapper<X> method)
InstanceLocations.CasesMatchers.PartialMatcher<X>
InstanceLocations.CasesMatchers.PartialMatcher_Method. method(InstanceLocations.MethodMapper<X> method)
java.util.function.Function<InstanceLocation,X>
InstanceLocations.CasesMatchers.TotalMatcher_Method. method(InstanceLocations.MethodMapper<X> method)
<X> InstanceLocations.CasesMatchers.PartialMatcher<X>
InstanceLocations.CasesMatchers.TotalMatcher_Value. method(InstanceLocations.MethodMapper<X> method)
Constructors in org.derive4j.processor.api with parameters of type InstanceLocations.MethodMapper Constructor Description LambdaCases(InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn, InstanceLocations.MethodMapper<X> method)
PartialMatcher(InstanceLocation _instanceLocation, InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn, InstanceLocations.MethodMapper<X> method)
PartialMatcher(InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn, InstanceLocations.MethodMapper<X> method)
-