Class AbstractDerivedAttributeLoader<T>
Object
AbstractAttributeLoader<T>
AbstractDerivedAttributeLoader<T>
- All Implemented Interfaces:
AttributeLoader<T>,DerivedAttributeLoader<T>
- Direct Known Subclasses:
BiDerivedAttributeLoaderBuilder.BuiltBiDerivedLoader,SimpleDerivedAttributeLoader
public abstract class AbstractDerivedAttributeLoader<T>
extends AbstractAttributeLoader<T>
implements DerivedAttributeLoader<T>
-
Field Summary
Fields inherited from class AbstractAttributeLoader
mySpec -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractAttributeLoader
getAttributeSpec, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AttributeLoader
getAttributeDependencies, getAttributeSpec, getCachingStrategy, getContextDependencies, getGlobalTrailMethods inherited from interface DerivedAttributeLoader
loadValue
-
Constructor Details
-
AbstractDerivedAttributeLoader
-