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) 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 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)