Uses of Class
org.derive4j.processor.api.DerivatorSelection
Packages that use DerivatorSelection
-
Uses of DerivatorSelection in org.derive4j.processor.api
Subclasses of DerivatorSelection in org.derive4j.processor.apiModifier and TypeClassDescriptionprivate static final class
private static final class
Fields in org.derive4j.processor.api declared as DerivatorSelectionFields in org.derive4j.processor.api with type parameters of type DerivatorSelectionModifier and TypeFieldDescriptionprivate Supplier
<DerivatorSelection> DerivatorSelections.Lazy.expression
Methods in org.derive4j.processor.api that return DerivatorSelectionModifier and TypeMethodDescriptionprivate DerivatorSelection
DerivatorSelections.Lazy._evaluate()
static DerivatorSelection
DerivatorSelections.lazy
(Supplier<DerivatorSelection> derivatorSelection) (package private) static DerivatorSelection
static DerivatorSelection
DerivatorSelections.selection
(com.squareup.javapoet.ClassName forClass, Optional<String> selector, Derivator derivator) static DerivatorSelection
Methods in org.derive4j.processor.api that return types with arguments of type DerivatorSelectionModifier and TypeMethodDescriptionDerivatorFactory.derivators
(DeriveUtils deriveUtils) DerivatorSelections.modDerivator
(Function<Derivator, Derivator> derivatorMod) DerivatorSelections.modDerivator
(Function<Derivator, Derivator> derivatorMod) DerivatorSelections.modForClass
(Function<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName> forClassMod) DerivatorSelections.modForClass
(Function<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName> forClassMod) final <X> Function
<DerivatorSelection, X> DerivatorSelections.CasesMatchers.TotalMatcher_Selection.selection
(DerivatorSelection.Case<X> selection) final <X> Function
<DerivatorSelection, X> DerivatorSelections.CasesMatchers.TotalMatcher_Selection.selection_
(X x) DerivatorSelections.setDerivator
(Derivator newDerivator) DerivatorSelections.setDerivator
(Derivator newDerivator) DerivatorSelections.setForClass
(com.squareup.javapoet.ClassName newForClass) DerivatorSelections.setForClass
(com.squareup.javapoet.ClassName newForClass) DerivatorSelections.setSelector
(Optional<String> newSelector) DerivatorSelections.setSelector
(Optional<String> newSelector) Methods in org.derive4j.processor.api with parameters of type DerivatorSelectionModifier and TypeMethodDescriptionstatic Derivator
DerivatorSelections.getDerivator
(DerivatorSelection derivatorSelection) static com.squareup.javapoet.ClassName
DerivatorSelections.getForClass
(DerivatorSelection derivatorSelection) DerivatorSelections.getSelector
(DerivatorSelection derivatorSelection) Method parameters in org.derive4j.processor.api with type arguments of type DerivatorSelectionModifier and TypeMethodDescriptionstatic DerivatorSelection
DerivatorSelections.lazy
(Supplier<DerivatorSelection> derivatorSelection) Constructor parameters in org.derive4j.processor.api with type arguments of type DerivatorSelectionModifierConstructorDescription(package private)
Lazy
(Supplier<DerivatorSelection> derivatorSelection)