org.springframework.web.method.annotation
Class AbstractNamedValueMethodArgumentResolver.NamedValueInfo
java.lang.Object
org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
- Enclosing class:
- AbstractNamedValueMethodArgumentResolver
protected static class AbstractNamedValueMethodArgumentResolver.NamedValueInfo
- extends Object
Represents the information about a named value, including name, whether it's required and a default value.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNamedValueMethodArgumentResolver.NamedValueInfo
protected AbstractNamedValueMethodArgumentResolver.NamedValueInfo(String name,
boolean required,
String defaultValue)