Uses of Interface
org.derive4j.processor.api.InstanceLocation.Cases
-
Packages that use InstanceLocation.Cases Package Description org.derive4j.processor.api -
-
Uses of InstanceLocation.Cases in org.derive4j.processor.api
Classes in org.derive4j.processor.api that implement InstanceLocation.Cases Modifier and Type Class Description private static classInstanceLocations.LambdaCases<X>Fields in org.derive4j.processor.api declared as InstanceLocation.Cases Modifier and Type Field Description private static InstanceLocation.Cases<com.squareup.javapoet.ClassName>InstanceLocations. classNameGetterprivate static InstanceLocation.Cases<java.util.Optional<javax.lang.model.element.ExecutableElement>>InstanceLocations. executableElementGetterprivate static InstanceLocation.Cases<java.util.Optional<java.util.Map<javax.lang.model.type.TypeVariable,javax.lang.model.type.TypeMirror>>>InstanceLocations. typeArgsGetterprivate static InstanceLocation.Cases<java.util.Optional<javax.lang.model.element.VariableElement>>InstanceLocations. variableElementGetterMethods in org.derive4j.processor.api that return InstanceLocation.Cases 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)Methods in org.derive4j.processor.api with parameters of type InstanceLocation.Cases Modifier and Type Method Description abstract <X> XInstanceLocation. match(InstanceLocation.Cases<X> cases)<X> XInstanceLocations.GeneratedIn. match(InstanceLocation.Cases<X> cases)<X> XInstanceLocations.Lazy. match(InstanceLocation.Cases<X> cases)<X> XInstanceLocations.Method. match(InstanceLocation.Cases<X> cases)<X> XInstanceLocations.Value. match(InstanceLocation.Cases<X> cases)
-