Interface DependencyAccessor<T>
- Type Parameters:
T- The generic type of the dependency.
- All Known Subinterfaces:
DependencyAccessor.DependencyProperty<T>
- All Known Implementing Classes:
AmbigousClaimException, AmbigousDependencyException, AmbigousFactoryException, AmbigousInitializerException, CircularDependencyException, DependencyException, DependencyException.ClaimDependenciesException, DependencyException.DependenciesException, DependencyException.DependencyClaimException, DependencyException.FactoryDependenciesException, DependencyException.InitializerDependenciesException, DependencyInstanciationException, DuplicateClaimException, DuplicateDependencyException, InstallDependencyException, UnsatisfiedClaimException, UnsatisfiedDependencyException, UnsatisfiedFactoryException, UnsatisfiedInitializerException
public interface DependencyAccessor<T>
Provides an accessor for a dependency property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a dependency property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a dependency property.static interfaceProvides a dependency property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the dependency from the dependency property.
-
Method Details
-
getDependency
Dependency<T> getDependency()Retrieves the dependency from the dependency property.- Returns:
- The dependency stored by the dependency property.
-