public static class BinderFactory.BinderModelEntry extends Object
null
context name.Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Class<?> |
sourceType |
protected Class<?> |
targetType |
Constructor and Description |
---|
BinderModelEntry(Binder.BinderModel<?,?> model,
String contextName) |
BinderModelEntry(Class<?> sourceType,
Class<?> targetType,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
Class<?> |
getSourceType() |
Class<?> |
getTargetType() |
int |
hashCode() |
String |
toString() |
protected final Class<?> sourceType
protected final Class<?> targetType
protected final String name
public BinderModelEntry(Binder.BinderModel<?,?> model, String contextName)
Copyright © 2004–2020 CodeLutin. All rights reserved.