Package org.derive4j.processor.api
Class InstanceLocations.CaseOfMatchers.PartialMatcher_Method<X>
- java.lang.Object
-
- org.derive4j.processor.api.InstanceLocations.CaseOfMatchers.PartialMatcher<X>
-
- org.derive4j.processor.api.InstanceLocations.CaseOfMatchers.PartialMatcher_Method<X>
-
- Direct Known Subclasses:
InstanceLocations.CaseOfMatchers.TotalMatcher_GeneratedIn
- Enclosing class:
- InstanceLocations.CaseOfMatchers
public static class InstanceLocations.CaseOfMatchers.PartialMatcher_Method<X> extends InstanceLocations.CaseOfMatchers.PartialMatcher<X>
-
-
Constructor Summary
Constructors Constructor Description PartialMatcher_Method(InstanceLocation _instanceLocation, InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceLocations.CaseOfMatchers.PartialMatcher<X>
method(InstanceLocations.MethodMapper<X> method)
InstanceLocations.CaseOfMatchers.PartialMatcher<X>
method_(X x)
-
Methods inherited from class org.derive4j.processor.api.InstanceLocations.CaseOfMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
PartialMatcher_Method
PartialMatcher_Method(InstanceLocation _instanceLocation, InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn)
-
-
Method Detail
-
method
public final InstanceLocations.CaseOfMatchers.PartialMatcher<X> method(InstanceLocations.MethodMapper<X> method)
-
method_
public final InstanceLocations.CaseOfMatchers.PartialMatcher<X> method_(X x)
-
-