java.lang.IllegalArgumentException: Cannot convert value of type [java.lang.String] to required type [authorization.AuthorizationDelegate] for property 'delegate': no matching editors or conversion strategy found
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Spring JIRA by Dan Turkenkopf, 2 years ago
via Spring JIRA by Dan Turkenkopf, 1 year ago
via Oracle Community by user608228, 1 year ago
via Oracle Community by 990182, 1 year ago
via Oracle Community by 1005279, 1 year ago
java.lang.IllegalArgumentException: Cannot convert value of type [java.lang.String] to required type [authorization.AuthorizationDelegate] for property 'delegate': no matching editors or conversion strategy found
at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:219)
at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:386)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1287)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1248)