Uses of Interface
org.derive4j.processor.api.InstanceLocations.ValueMapper
Packages that use InstanceLocations.ValueMapper
-
Uses of InstanceLocations.ValueMapper in org.derive4j.processor.api
Fields in org.derive4j.processor.api declared as InstanceLocations.ValueMapperModifier and TypeFieldDescriptionprivate final InstanceLocations.ValueMapper<X> InstanceLocations.CaseOfMatchers.PartialMatcher.valueprivate final InstanceLocations.ValueMapper<X> InstanceLocations.CasesMatchers.PartialMatcher.valueprivate final InstanceLocations.ValueMapper<X> InstanceLocations.LambdaCases.valueMethods in org.derive4j.processor.api with parameters of type InstanceLocations.ValueMapperModifier and TypeMethodDescriptionstatic <X> InstanceLocation.Cases<X> InstanceLocations.cases(InstanceLocations.ValueMapper<X> value, Function<com.squareup.javapoet.ClassName, X> generatedIn, InstanceLocations.MethodMapper<X> method) InstanceLocations.CaseOfMatchers.TotalMatcher_Value.value(InstanceLocations.ValueMapper<X> value) InstanceLocations.CasesMatchers.TotalMatcher_Value.value(InstanceLocations.ValueMapper<X> value) Constructors in org.derive4j.processor.api with parameters of type InstanceLocations.ValueMapperModifierConstructorDescription(package private)LambdaCases(InstanceLocations.ValueMapper<X> value, Function<com.squareup.javapoet.ClassName, X> generatedIn, InstanceLocations.MethodMapper<X> method) (package private)PartialMatcher(InstanceLocation _instanceLocation, InstanceLocations.ValueMapper<X> value, Function<com.squareup.javapoet.ClassName, X> generatedIn, InstanceLocations.MethodMapper<X> method) (package private)PartialMatcher(InstanceLocations.ValueMapper<X> value, Function<com.squareup.javapoet.ClassName, X> generatedIn, InstanceLocations.MethodMapper<X> method) (package private)PartialMatcher_Method(InstanceLocation _instanceLocation, InstanceLocations.ValueMapper<X> value, Function<com.squareup.javapoet.ClassName, X> generatedIn) (package private)PartialMatcher_Method(InstanceLocations.ValueMapper<X> value, Function<com.squareup.javapoet.ClassName, X> generatedIn) (package private)TotalMatcher_GeneratedIn(InstanceLocation _instanceLocation, InstanceLocations.ValueMapper<X> value) (package private)(package private)TotalMatcher_Method(InstanceLocation _instanceLocation, InstanceLocations.ValueMapper<X> value, Function<com.squareup.javapoet.ClassName, X> generatedIn) (package private)TotalMatcher_Method(InstanceLocations.ValueMapper<X> value, Function<com.squareup.javapoet.ClassName, X> generatedIn)