@PublicSpi
public interface AttributeLoader<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
AttributeLoader.Aggregate<T> |
static interface |
AttributeLoader.AggregateContext<T> |
static interface |
AttributeLoader.Context |
static interface |
AttributeLoader.ForestIndependent<T> |
static interface |
AttributeLoader.Propagate<T> |
static interface |
AttributeLoader.PropagateContext<T> |
Modifier and Type | Method and Description |
---|---|
Set<? extends AttributeSpec<?>> |
getAttributeDependencies() |
AttributeSpec<T> |
getAttributeSpec() |
AttributeCachingStrategy |
getCachingStrategy() |
boolean |
isEveryItemTypeSupported() |
boolean |
isItemTypeSupported(String itemType) |
AttributeSpec<T> getAttributeSpec()
boolean isEveryItemTypeSupported()
boolean isItemTypeSupported(String itemType)
@NotNull Set<? extends AttributeSpec<?>> getAttributeDependencies()
AttributeCachingStrategy getCachingStrategy()
Copyright © 2018 ALM Works. All Rights Reserved.