You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create a new type descriptor from a {@link MethodParameter}.
74
77
* Use this constructor when a source or target conversion point is a constructor parameter, method parameter, or method return value.
@@ -96,6 +99,7 @@ public TypeDescriptor(Property property) {
96
99
this(newBeanPropertyDescriptor(property));
97
100
}
98
101
102
+
99
103
/**
100
104
* Create a new type descriptor from the given type.
101
105
* Use this to instruct the conversion system to convert an object to a specific target type, when no type location such as a method parameter or field is available to provide additional conversion context.
@@ -207,6 +211,7 @@ public static TypeDescriptor forObject(Object source) {
0 commit comments