Uses of Enum
org.derive4j.Make
Packages that use Make
-
Uses of Make in org.derive4j
Methods in org.derive4j that return MakeModifier and TypeMethodDescriptionstatic MakeReturns the enum constant of this type with the specified name.static Make[]Make.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.derive4j that return types with arguments of type MakeModifier and TypeMethodDescriptionMakes.CasesMatchers.PartialMatcher.otherwise_(R r) Makes.CasesMatchers.PartialMatcher.otherwiseEmpty()Methods in org.derive4j with parameters of type MakeModifier and TypeMethodDescription -
Uses of Make in org.derive4j.processor.api.model
Methods in org.derive4j.processor.api.model that return types with arguments of type MakeModifier and TypeMethodDescriptionDeriveConfigs.getMakes(DeriveConfig deriveConfig) DeriveConfig.makes()Method parameters in org.derive4j.processor.api.model with type arguments of type MakeModifier and TypeMethodDescriptionDeriveConfig.Case.Config(Flavour flavour, DeriveTargetClass targetClass, Set<Make> makes, Set<ArgOption> argOptions, Map<com.squareup.javapoet.ClassName, DerivedInstanceConfig> derivedInstances) static DeriveConfigDeriveConfigs.Config(Flavour flavour, DeriveTargetClass targetClass, Set<Make> makes, Set<ArgOption> argOptions, Map<com.squareup.javapoet.ClassName, DerivedInstanceConfig> derivedInstances) static Function<DeriveConfig, DeriveConfig> static Function<DeriveConfig, DeriveConfig> static Function<DeriveConfig, DeriveConfig>