Uses of Interface
org.derive4j.processor.api.Derivator
-
Packages that use Derivator Package Description org.derive4j.processor org.derive4j.processor.api -
-
Uses of Derivator in org.derive4j.processor
Classes in org.derive4j.processor that implement Derivator Modifier and Type Class Description (package private) class
CataDerivator
(package private) class
ExportDerivator
(package private) class
FactoryDerivator
(package private) class
GettersDerivator
(package private) class
LazyConstructorDerivator
(package private) class
MapperDerivator
(package private) class
ModifiersDerivator
(package private) class
PatternMatchingDerivator
(package private) class
StrictConstructorDerivator
Fields in org.derive4j.processor declared as Derivator Modifier and Type Field Description private Derivator
DerivingProcessor. builtinDerivator
Fields in org.derive4j.processor with type parameters of type Derivator Modifier and Type Field Description private java.util.Map<P2<com.squareup.javapoet.ClassName,java.util.Optional<java.lang.String>>,Derivator>
DerivingProcessor. derivators
Methods in org.derive4j.processor that return Derivator Modifier and Type Method Description (package private) static Derivator
BuiltinDerivator. derivator(DeriveUtils deriveUtils)
Methods in org.derive4j.processor that return types with arguments of type Derivator Modifier and Type Method Description private static java.util.Map<P2<com.squareup.javapoet.ClassName,java.util.Optional<java.lang.String>>,Derivator>
DerivingProcessor. loadDerivators(DeriveUtils deriveUtils)
-
Uses of Derivator in org.derive4j.processor.api
Fields in org.derive4j.processor.api declared as Derivator Modifier and Type Field Description private Derivator
DerivatorSelections.Selection. derivator
Methods in org.derive4j.processor.api that return Derivator Modifier and Type Method Description static Derivator
DerivatorSelections. getDerivator(DerivatorSelection derivatorSelection)
Methods in org.derive4j.processor.api with parameters of type Derivator Modifier and Type Method Description X
DerivatorSelection.Case. selection(com.squareup.javapoet.ClassName forClass, java.util.Optional<java.lang.String> selector, Derivator derivator)
(package private) static DerivatorSelection
DerivatorSelection. selection(com.squareup.javapoet.ClassName forClass, Derivator derivator)
static DerivatorSelection
DerivatorSelections. selection(com.squareup.javapoet.ClassName forClass, java.util.Optional<java.lang.String> selector, Derivator derivator)
static DerivatorSelection
DerivatorSelections. selection(com.squareup.javapoet.ClassName forClass, Derivator derivator)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. setDerivator(Derivator newDerivator)
Method parameters in org.derive4j.processor.api with type arguments of type Derivator Modifier and Type Method Description static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. modDerivator(java.util.function.Function<Derivator,Derivator> derivatorMod)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. modDerivator(java.util.function.Function<Derivator,Derivator> derivatorMod)
Constructors in org.derive4j.processor.api with parameters of type Derivator Constructor Description Selection(com.squareup.javapoet.ClassName forClass, java.util.Optional<java.lang.String> selector, Derivator derivator)
-