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) classDeriveUtilsImplFields in org.derive4j.processor declared as DeriveUtils Modifier and Type Field Description private DeriveUtilsAdtParser. deriveUtilsprivate DeriveUtilsGettersDerivator. deriveUtilsprivate DeriveUtilsLazyConstructorDerivator. deriveUtilsprivate DeriveUtilsMapperDerivator. deriveUtilsprivate DeriveUtilsModifiersDerivator. deriveUtilsprivate DeriveUtilsOtherwiseMatchingStepDerivator. deriveUtilsprivate DeriveUtilsStrictConstructorDerivator. deriveUtilsprivate DeriveUtilsTotalMatchingStepDerivator. deriveUtilsprivate DeriveUtilsCataDerivator. utilsprivate DeriveUtilsExportDerivator. utilsprivate DeriveUtilsFactoryDerivator. utilsMethods in org.derive4j.processor with parameters of type DeriveUtils Modifier and Type Method Description (package private) static DerivatorBuiltinDerivator. 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)
-