public interface BindContext
| Modifier and Type | Method and Description |
|---|---|
EvaluationContext |
getEvaluationContext()
Returns the
EvaluationContext to be used for evaluating the underlying SpEL expression. |
Optional<String> |
getReadableProperty(String segment,
Class<?> type)
Return the name of the readable property for the given JSON pointer segment.
|
Optional<String> |
getWritableProperty(String segment,
Class<?> type)
Returns the name of the writable property for the given JSON pointer segment.
|
Optional<String> getWritableProperty(String segment, Class<?> type)
segment - must not be null or empty.type - must not be null.Optional<String> getReadableProperty(String segment, Class<?> type)
segment - must not be null or empty.type - must not be null.EvaluationContext getEvaluationContext()
EvaluationContext to be used for evaluating the underlying SpEL expression.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.