Uses of Class
com.almworks.jira.structure.api.attribute.loader.builder.DerivedAttributeLoaderBuilder
Packages that use DerivedAttributeLoaderBuilder
Package
Description
This package is a part of Structure Attributes SPI.
-
Uses of DerivedAttributeLoaderBuilder in com.almworks.jira.structure.api.attribute.loader
Methods in com.almworks.jira.structure.api.attribute.loader that return DerivedAttributeLoaderBuilderModifier and TypeMethodDescriptionstatic <T> DerivedAttributeLoaderBuilder<T>SharedAttributeLoaders.constantLoader(AttributeSpec<T> spec, AttributeValue<T> value) static <T> DerivedAttributeLoaderBuilder<T>SharedAttributeLoaders.derivedLoader(AttributeSpec<T> spec) -
Uses of DerivedAttributeLoaderBuilder in com.almworks.jira.structure.api.attribute.loader.builder
Methods in com.almworks.jira.structure.api.attribute.loader.builder that return DerivedAttributeLoaderBuilderModifier and TypeMethodDescriptionDerivedAttributeLoaderBuilder.valueFunction(Function<DerivedAttributeContext, T> valueFunction) DerivedAttributeLoaderBuilder.valueFunction(Supplier<T> valueFunction) DerivedAttributeLoaderBuilder.valueFunctionAV(Function<DerivedAttributeContext, AttributeValue<T>> valueFunction) DerivedAttributeLoaderBuilder.valueFunctionAV(Supplier<AttributeValue<T>> valueFunction)