Uses of Interface
org.derive4j.processor.api.InstanceLocations.MethodMapper
Packages that use InstanceLocations.MethodMapper
-
Uses of InstanceLocations.MethodMapper in org.derive4j.processor.api
Fields in org.derive4j.processor.api declared as InstanceLocations.MethodMapperModifier and TypeFieldDescriptionprivate final InstanceLocations.MethodMapper
<X> InstanceLocations.CaseOfMatchers.PartialMatcher.method
private final InstanceLocations.MethodMapper
<X> InstanceLocations.CasesMatchers.PartialMatcher.method
private final InstanceLocations.MethodMapper
<X> InstanceLocations.LambdaCases.method
Methods in org.derive4j.processor.api with parameters of type InstanceLocations.MethodMapperModifier 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.PartialMatcher_Method.method
(InstanceLocations.MethodMapper<X> method) final X
InstanceLocations.CaseOfMatchers.TotalMatcher_Method.method
(InstanceLocations.MethodMapper<X> method) final <X> InstanceLocations.CaseOfMatchers.PartialMatcher
<X> InstanceLocations.CaseOfMatchers.TotalMatcher_Value.method
(InstanceLocations.MethodMapper<X> method) InstanceLocations.CasesMatchers.PartialMatcher_Method.method
(InstanceLocations.MethodMapper<X> method) final Function
<InstanceLocation, X> InstanceLocations.CasesMatchers.TotalMatcher_Method.method
(InstanceLocations.MethodMapper<X> method) final <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.MethodMapperModifierConstructorDescription(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)