Uses of Interface
org.derive4j.processor.api.InstanceLocations.ValueMapper
-
Packages that use InstanceLocations.ValueMapper Package Description org.derive4j.processor.api -
-
Uses of InstanceLocations.ValueMapper in org.derive4j.processor.api
Fields in org.derive4j.processor.api declared as InstanceLocations.ValueMapper Modifier and Type Field Description private InstanceLocations.ValueMapper<X>InstanceLocations.CaseOfMatchers.PartialMatcher. valueprivate InstanceLocations.ValueMapper<X>InstanceLocations.CasesMatchers.PartialMatcher. valueprivate InstanceLocations.ValueMapper<X>InstanceLocations.LambdaCases. valueMethods in org.derive4j.processor.api with parameters of type InstanceLocations.ValueMapper 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)<X> InstanceLocations.CaseOfMatchers.TotalMatcher_GeneratedIn<X>InstanceLocations.CaseOfMatchers.TotalMatcher_Value. value(InstanceLocations.ValueMapper<X> value)<X> InstanceLocations.CasesMatchers.TotalMatcher_GeneratedIn<X>InstanceLocations.CasesMatchers.TotalMatcher_Value. value(InstanceLocations.ValueMapper<X> value)Constructors in org.derive4j.processor.api with parameters of type InstanceLocations.ValueMapper 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)PartialMatcher_Method(InstanceLocation _instanceLocation, InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn)PartialMatcher_Method(InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn)TotalMatcher_GeneratedIn(InstanceLocation _instanceLocation, InstanceLocations.ValueMapper<X> value)TotalMatcher_GeneratedIn(InstanceLocations.ValueMapper<X> value)TotalMatcher_Method(InstanceLocation _instanceLocation, InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn)TotalMatcher_Method(InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn)
-