StringToTypeParserHelper contains:
public Type getTargetType()
public List<Class<?>> getParameterizedTypeArguments()
why doesn't getTargetType also return a class?
what I'am saying is getTargetType() and getParameterizedTypeArguments() could be aligned more.
StringToTypeParserHelper contains:
public Type getTargetType()
public List<Class<?>> getParameterizedTypeArguments()
why doesn't getTargetType also return a class?
what I'am saying is getTargetType() and getParameterizedTypeArguments() could be aligned more.