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 classprivate static final classFields 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.expressionMethods in org.derive4j.processor.api that return DerivatorSelectionModifier and TypeMethodDescriptionprivate DerivatorSelectionDerivatorSelections.Lazy._evaluate()static DerivatorSelectionDerivatorSelections.lazy(Supplier<DerivatorSelection> derivatorSelection) (package private) static DerivatorSelectionstatic DerivatorSelectionDerivatorSelections.selection(com.squareup.javapoet.ClassName forClass, Optional<String> selector, Derivator derivator) static DerivatorSelectionMethods in org.derive4j.processor.api that return types with arguments of type DerivatorSelectionModifier and TypeMethodDescriptionDerivatorFactory.derivators(DeriveUtils deriveUtils) static Function<DerivatorSelection, DerivatorSelection> DerivatorSelections.modDerivator(Function<Derivator, Derivator> derivatorMod) static Function<DerivatorSelection, DerivatorSelection> DerivatorSelections.modDerivator(Function<Derivator, Derivator> derivatorMod) static Function<DerivatorSelection, DerivatorSelection> DerivatorSelections.modForClass(Function<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName> forClassMod) static Function<DerivatorSelection, DerivatorSelection> DerivatorSelections.modForClass(Function<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName> forClassMod) static Function<DerivatorSelection, DerivatorSelection> static Function<DerivatorSelection, DerivatorSelection> 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) static Function<DerivatorSelection, DerivatorSelection> DerivatorSelections.setDerivator(Derivator newDerivator) static Function<DerivatorSelection, DerivatorSelection> DerivatorSelections.setDerivator(Derivator newDerivator) static Function<DerivatorSelection, DerivatorSelection> DerivatorSelections.setForClass(com.squareup.javapoet.ClassName newForClass) static Function<DerivatorSelection, DerivatorSelection> DerivatorSelections.setForClass(com.squareup.javapoet.ClassName newForClass) static Function<DerivatorSelection, DerivatorSelection> DerivatorSelections.setSelector(Optional<String> newSelector) static Function<DerivatorSelection, DerivatorSelection> DerivatorSelections.setSelector(Optional<String> newSelector) Methods in org.derive4j.processor.api with parameters of type DerivatorSelectionModifier and TypeMethodDescriptionstatic DerivatorDerivatorSelections.getDerivator(DerivatorSelection derivatorSelection) static com.squareup.javapoet.ClassNameDerivatorSelections.getForClass(DerivatorSelection derivatorSelection) DerivatorSelections.getSelector(DerivatorSelection derivatorSelection) Method parameters in org.derive4j.processor.api with type arguments of type DerivatorSelectionModifier and TypeMethodDescriptionstatic DerivatorSelectionDerivatorSelections.lazy(Supplier<DerivatorSelection> derivatorSelection) Constructor parameters in org.derive4j.processor.api with type arguments of type DerivatorSelectionModifierConstructorDescription(package private)Lazy(Supplier<DerivatorSelection> derivatorSelection)