Uses of Interface
org.derive4j.processor.api.DeriveUtils
Packages that use DeriveUtils
-
Uses of DeriveUtils in org.derive4j.processor
Classes in org.derive4j.processor that implement DeriveUtilsFields in org.derive4j.processor declared as DeriveUtilsModifier and TypeFieldDescriptionprivate final DeriveUtilsAdtParser.deriveUtilsprivate final DeriveUtilsGettersDerivator.deriveUtilsprivate final DeriveUtilsLazyConstructorDerivator.deriveUtilsprivate final DeriveUtilsMapperDerivator.deriveUtilsprivate final DeriveUtilsModifiersDerivator.deriveUtilsprivate final DeriveUtilsOtherwiseMatchingStepDerivator.deriveUtilsprivate final DeriveUtilsStrictConstructorDerivator.deriveUtilsprivate final DeriveUtilsTotalMatchingStepDerivator.deriveUtilsprivate final DeriveUtilsCataDerivator.utilsprivate final DeriveUtilsExportDerivator.utilsprivate final DeriveUtilsFactoryDerivator.utilsMethods in org.derive4j.processor with parameters of type DeriveUtilsModifier and TypeMethodDescription(package private) static DerivatorBuiltinDerivator.derivator(DeriveUtils deriveUtils) private static List<TypeVariable> ModifiersDerivator.getUniqueTypeVariables(DataArgument field, List<DataArgument> allFields, DeriveUtils deriveUtils) DerivingProcessor.loadDerivators(DeriveUtils deriveUtils) DerivingProcessor.loadEextensions(DeriveUtils deriveUtils) Constructors in org.derive4j.processor with parameters of type DeriveUtilsModifierConstructorDescription(package private)AdtParser(DeriveUtils deriveUtils) (package private)CataDerivator(DeriveUtils utils) (package private)ExportDerivator(DeriveUtils utils) (package private)FactoryDerivator(DeriveUtils utils) (package private)GettersDerivator(DeriveUtils deriveUtils) (package private)LazyConstructorDerivator(DeriveUtils deriveUtils) (package private)MapperDerivator(DeriveUtils deriveUtils) (package private)ModifiersDerivator(DeriveUtils deriveUtils) (package private)OtherwiseMatchingStepDerivator(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind) (package private)PartialMatchingStepDerivator(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind) (package private)PatternMatchingDerivator(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind) (package private)StrictConstructorDerivator(DeriveUtils deriveUtils) (package private)TotalMatchingStepDerivator(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind) -
Uses of DeriveUtils in org.derive4j.processor.api
Methods in org.derive4j.processor.api with parameters of type DeriveUtilsModifier and TypeMethodDescriptionDerivatorFactory.derivators(DeriveUtils deriveUtils) ExtensionFactory.extensions(DeriveUtils deriveUtils)