Class Key<T>
java.lang.Object
org.apache.cayenne.di.Key<T>
An object that encapsulates a key used to store and lookup DI bindings. Key is made of
a binding type and an optional binding name.
- Since:
- 3.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic <T> Key<T> Creates a key for a nameless binding of a given type.static <T> Key<T> Creates a key for a named binding of a given type.Returns an optional name of the binding used to distinguish multiple bindings of the same object type.getType()inthashCode()toString()
-
Field Details
-
typeLiteral
- Since:
- 4.0
-
bindingName
-
-
Constructor Details
-
Key
-
-
Method Details
-
get
-
get
-
getListOf
-
getListOf
-
getMapOf
-
getMapOf
-
getType
-
getBindingName
Returns an optional name of the binding used to distinguish multiple bindings of the same object type. -
equals
-
hashCode
-
toString
-