Uses of Annotation Type
org.dataloader.annotations.Internal
Packages that use Internal
-
Uses of Internal in org.dataloader
Classes in org.dataloader with annotations of type InternalModifier and TypeClassDescription(package private) classDataLoaderHelper<K,V> This helps break up the large DataLoader class functionality and it contains the logic to dispatch the promises on behalf of its peer dataloader -
Uses of Internal in org.dataloader.annotations
Classes in org.dataloader.annotations with annotations of type InternalModifier and TypeClassDescription@interfaceMarks fields, methods etc as more visible than actually needed for testing purposes. -
Uses of Internal in org.dataloader.impl
Classes in org.dataloader.impl with annotations of type InternalModifier and TypeClassDescriptionclassclassSome really basic helpers when working with CompletableFuturesclassDefaultCacheMap<K,V> classNoOpValueCache<K,V> Implementation ofValueCachethat does nothing.interfaceThis allows multipleCompletionStages to be combined together and completed as one and should something go wrong, instead of throwingCompletionExceptions it captures the cause and returns null for that data value, other wise it allows you to access them as a list of values.class