Module is.codion.framework.domain
Interface DerivedAttributeDefinition.DenormalizedBuilder.SourceAttributeStep<T,B extends DerivedAttributeDefinition.DenormalizedBuilder<T,B>>
- Type Parameters:
T
- the attribute value typeB
- the builder type
- Enclosing interface:
DerivedAttributeDefinition.DenormalizedBuilder<T,
B extends DerivedAttributeDefinition.DenormalizedBuilder<T, B>>
public static sealed interface DerivedAttributeDefinition.DenormalizedBuilder.SourceAttributeStep<T,B extends DerivedAttributeDefinition.DenormalizedBuilder<T,B>>
The first step in building a denormalized attribute
-
Method Summary
-
Method Details
-
from
DerivedAttributeDefinition.DenormalizedBuilder.DenormalizedAttributeStep<T,B> from(Attribute<Entity> source) - Parameters:
source
- the source attribute to denormalize from- Returns:
- a
DerivedAttributeDefinition.DenormalizedBuilder.DenormalizedAttributeStep
instance
-