Uses of Interface
dev.derklaro.aerogel.auto.LazyBindingCollection
Packages that use LazyBindingCollection
Package
Description
-
Uses of LazyBindingCollection in dev.derklaro.aerogel.auto
Methods in dev.derklaro.aerogel.auto that return LazyBindingCollectionModifier and TypeMethodDescriptionLazyBindingCollection.combine(@NotNull LazyBindingCollection other) Combines this binding collection with the given other binding collection.AutoEntryDecoder.decodeEntry(@NotNull DataInput dataInput, @NotNull ClassLoader loader) Decodes an entry based on the given data input.AerogelAutoModule.deserializeBindings(@NotNull InputStream dataStream) Deserializes the bindings that are contained in the given data stream.AerogelAutoModule.deserializeBindings(@NotNull InputStream dataStream, @Nullable ClassLoader loader) Deserializes the bindings that are contained in the given data stream.Methods in dev.derklaro.aerogel.auto with parameters of type LazyBindingCollectionModifier and TypeMethodDescriptionLazyBindingCollection.combine(@NotNull LazyBindingCollection other) Combines this binding collection with the given other binding collection. -
Uses of LazyBindingCollection in dev.derklaro.aerogel.auto.internal
Classes in dev.derklaro.aerogel.auto.internal that implement LazyBindingCollectionFields in dev.derklaro.aerogel.auto.internal declared as LazyBindingCollectionModifier and TypeFieldDescriptionprivate final LazyBindingCollectionCombinedLazyBindingCollection.leftprivate final LazyBindingCollectionCombinedLazyBindingCollection.rightMethods in dev.derklaro.aerogel.auto.internal that return LazyBindingCollectionModifier and TypeMethodDescriptionCombinedLazyBindingCollection.combine(@NotNull LazyBindingCollection other) private @NotNull LazyBindingCollectionAerogelAutoModuleImpl.deserializeBindings(@NotNull DataInputStream dataInput, @NotNull ClassLoader classLoader, @Nullable LazyBindingCollection previousResult) AerogelAutoModuleImpl.deserializeBindings(@NotNull InputStream dataStream) AerogelAutoModuleImpl.deserializeBindings(@NotNull InputStream dataStream, @Nullable ClassLoader loader) Methods in dev.derklaro.aerogel.auto.internal with parameters of type LazyBindingCollectionModifier and TypeMethodDescriptionCombinedLazyBindingCollection.combine(@NotNull LazyBindingCollection other) private @NotNull LazyBindingCollectionAerogelAutoModuleImpl.deserializeBindings(@NotNull DataInputStream dataInput, @NotNull ClassLoader classLoader, @Nullable LazyBindingCollection previousResult) Constructors in dev.derklaro.aerogel.auto.internal with parameters of type LazyBindingCollectionModifierConstructorDescriptionCombinedLazyBindingCollection(@NotNull LazyBindingCollection left, @NotNull LazyBindingCollection right) -
Uses of LazyBindingCollection in dev.derklaro.aerogel.auto.internal.factory
Classes in dev.derklaro.aerogel.auto.internal.factory that implement LazyBindingCollectionMethods in dev.derklaro.aerogel.auto.internal.factory that return LazyBindingCollectionModifier and TypeMethodDescriptionFactoryLazyBindingCollection.combine(@NotNull LazyBindingCollection other) FactoryAutoEntryDecoder.decodeEntry(@NotNull DataInput dataInput, @NotNull ClassLoader loader) Methods in dev.derklaro.aerogel.auto.internal.factory with parameters of type LazyBindingCollectionModifier and TypeMethodDescriptionFactoryLazyBindingCollection.combine(@NotNull LazyBindingCollection other) -
Uses of LazyBindingCollection in dev.derklaro.aerogel.auto.internal.provides
Classes in dev.derklaro.aerogel.auto.internal.provides that implement LazyBindingCollectionMethods in dev.derklaro.aerogel.auto.internal.provides that return LazyBindingCollectionModifier and TypeMethodDescriptionProvidesLazyBindingCollection.combine(@NotNull LazyBindingCollection other) ProvidesAutoEntryDecoder.decodeEntry(@NotNull DataInput dataInput, @NotNull ClassLoader loader) Methods in dev.derklaro.aerogel.auto.internal.provides with parameters of type LazyBindingCollectionModifier and TypeMethodDescriptionProvidesLazyBindingCollection.combine(@NotNull LazyBindingCollection other)