Uses of Interface
org.derive4j.processor.api.DeriveUtils
-
Packages that use DeriveUtils Package Description org.derive4j.processor org.derive4j.processor.api -
-
Uses of DeriveUtils in org.derive4j.processor
Classes in org.derive4j.processor that implement DeriveUtils Modifier and Type Class Description (package private) class
DeriveUtilsImpl
Fields in org.derive4j.processor declared as DeriveUtils Modifier and Type Field Description private DeriveUtils
AdtParser. deriveUtils
private DeriveUtils
GettersDerivator. deriveUtils
private DeriveUtils
LazyConstructorDerivator. deriveUtils
private DeriveUtils
MapperDerivator. deriveUtils
private DeriveUtils
ModifiersDerivator. deriveUtils
private DeriveUtils
OtherwiseMatchingStepDerivator. deriveUtils
private DeriveUtils
StrictConstructorDerivator. deriveUtils
private DeriveUtils
TotalMatchingStepDerivator. deriveUtils
private DeriveUtils
CataDerivator. utils
private DeriveUtils
ExportDerivator. utils
private DeriveUtils
FactoryDerivator. utils
Methods in org.derive4j.processor with parameters of type DeriveUtils Modifier and Type Method Description (package private) static Derivator
BuiltinDerivator. derivator(DeriveUtils deriveUtils)
private static java.util.List<javax.lang.model.type.TypeVariable>
ModifiersDerivator. getUniqueTypeVariables(DataArgument field, java.util.List<DataArgument> allFields, DeriveUtils deriveUtils)
private static java.util.Map<P2<com.squareup.javapoet.ClassName,java.util.Optional<java.lang.String>>,Derivator>
DerivingProcessor. loadDerivators(DeriveUtils deriveUtils)
private static java.util.List<Extension>
DerivingProcessor. loadEextensions(DeriveUtils deriveUtils)
Constructors in org.derive4j.processor with parameters of type DeriveUtils Constructor Description AdtParser(DeriveUtils deriveUtils)
CataDerivator(DeriveUtils utils)
ExportDerivator(DeriveUtils utils)
FactoryDerivator(DeriveUtils utils)
GettersDerivator(DeriveUtils deriveUtils)
LazyConstructorDerivator(DeriveUtils deriveUtils)
MapperDerivator(DeriveUtils deriveUtils)
ModifiersDerivator(DeriveUtils deriveUtils)
OtherwiseMatchingStepDerivator(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind)
PartialMatchingStepDerivator(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind)
PatternMatchingDerivator(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind)
StrictConstructorDerivator(DeriveUtils deriveUtils)
TotalMatchingStepDerivator(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind)
-
Uses of DeriveUtils in org.derive4j.processor.api
Methods in org.derive4j.processor.api with parameters of type DeriveUtils Modifier and Type Method Description java.util.List<DerivatorSelection>
DerivatorFactory. derivators(DeriveUtils deriveUtils)
java.util.List<Extension>
ExtensionFactory. extensions(DeriveUtils deriveUtils)
-