Interface DataBinder.NameResolver

All Known Implementing Classes:
BindParamNameResolver
Enclosing class:
DataBinder

public static interface DataBinder.NameResolver
Strategy to determine the name of the value to bind to a method parameter. Supported on constructor parameters with constructor binding which performs lookups via DataBinder.ValueResolver.resolveValue(java.lang.String, java.lang.Class<?>).
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the name to use for the given method parameter, or null if unresolved.