Uses of Interface
org.derive4j.processor.api.InstanceLocation.Cases
Packages that use InstanceLocation.Cases
-
Uses of InstanceLocation.Cases in org.derive4j.processor.api
Classes in org.derive4j.processor.api that implement InstanceLocation.CasesFields in org.derive4j.processor.api declared as InstanceLocation.CasesModifier and TypeFieldDescriptionprivate static final InstanceLocation.Cases<com.squareup.javapoet.ClassName> InstanceLocations.classNameGetterprivate static final InstanceLocation.Cases<Optional<ExecutableElement>> InstanceLocations.executableElementGetterprivate static final InstanceLocation.Cases<Optional<Map<TypeVariable, TypeMirror>>> InstanceLocations.typeArgsGetterprivate static final InstanceLocation.Cases<Optional<VariableElement>> InstanceLocations.variableElementGetterMethods in org.derive4j.processor.api that return InstanceLocation.CasesModifier and TypeMethodDescriptionstatic <X> InstanceLocation.Cases<X> InstanceLocations.cases(InstanceLocations.ValueMapper<X> value, Function<com.squareup.javapoet.ClassName, X> generatedIn, InstanceLocations.MethodMapper<X> method) Methods in org.derive4j.processor.api with parameters of type InstanceLocation.CasesModifier and TypeMethodDescriptionabstract <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)