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) classCataDerivator(package private) classExportDerivator(package private) classFactoryDerivator(package private) classGettersDerivator(package private) classLazyConstructorDerivator(package private) classMapperDerivator(package private) classModifiersDerivator(package private) classPatternMatchingDerivator(package private) classStrictConstructorDerivatorFields in org.derive4j.processor declared as Derivator Modifier and Type Field Description private DerivatorDerivingProcessor. builtinDerivatorFields 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. derivatorsMethods in org.derive4j.processor that return Derivator Modifier and Type Method Description (package private) static DerivatorBuiltinDerivator. 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 DerivatorDerivatorSelections.Selection. derivatorMethods in org.derive4j.processor.api that return Derivator Modifier and Type Method Description static DerivatorDerivatorSelections. getDerivator(DerivatorSelection derivatorSelection)Methods in org.derive4j.processor.api with parameters of type Derivator Modifier and Type Method Description XDerivatorSelection.Case. selection(com.squareup.javapoet.ClassName forClass, java.util.Optional<java.lang.String> selector, Derivator derivator)(package private) static DerivatorSelectionDerivatorSelection. selection(com.squareup.javapoet.ClassName forClass, Derivator derivator)static DerivatorSelectionDerivatorSelections. selection(com.squareup.javapoet.ClassName forClass, java.util.Optional<java.lang.String> selector, Derivator derivator)static DerivatorSelectionDerivatorSelections. 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)
-