Class BinderFactory.BinderModelEntry
java.lang.Object
org.nuiton.util.beans.BinderFactory.BinderModelEntry
- Enclosing class:
BinderFactory
Definition of an binder model entry (source and target types + context name).
Note :When no context is specified, we always use a
null context name.- Since:
- 1.5.3
- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBinderModelEntry(Class<?> sourceType, Class<?> targetType, String name) BinderModelEntry(Binder.BinderModel<?, ?> model, String contextName) -
Method Summary
-
Field Details
-
sourceType
-
targetType
-
name
-
-
Constructor Details
-
BinderModelEntry
-
BinderModelEntry
-
-
Method Details
-
getSourceType
-
getTargetType
-
getName
-
equals
-
hashCode
-
toString
-