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 DeriveUtils
AdtParser.deriveUtils
private final DeriveUtils
GettersDerivator.deriveUtils
private final DeriveUtils
LazyConstructorDerivator.deriveUtils
private final DeriveUtils
MapperDerivator.deriveUtils
private final DeriveUtils
ModifiersDerivator.deriveUtils
private final DeriveUtils
OtherwiseMatchingStepDerivator.deriveUtils
private final DeriveUtils
StrictConstructorDerivator.deriveUtils
private final DeriveUtils
TotalMatchingStepDerivator.deriveUtils
private final DeriveUtils
CataDerivator.utils
private final DeriveUtils
ExportDerivator.utils
private final DeriveUtils
FactoryDerivator.utils
Methods in org.derive4j.processor with parameters of type DeriveUtilsModifier and TypeMethodDescription(package private) static Derivator
BuiltinDerivator.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)