@FunctionalInterface public interface PropertyExpressionResolver
| Modifier and Type | Method and Description | 
|---|---|
| <T> Optional<T> | resolve(PropertyResolver propertyResolver,
       ConversionService<?> conversionService,
       String expression,
       Class<T> requiredType)Resolve the value for the expression of the specified type. | 
@NonNull <T> Optional<T> resolve(@NonNull PropertyResolver propertyResolver, @NonNull ConversionService<?> conversionService, @NonNull String expression, @NonNull Class<T> requiredType)
T - The typepropertyResolver - The property resolverconversionService - The conversion serviceexpression - The expressionrequiredType - The required typ