static SimpleEvaluationContext.Builder | SimpleEvaluationContext.forPropertyAccessors(PropertyAccessor... accessors) | Create a  SimpleEvaluationContext for the specified  PropertyAccessor delegates: typically a custom  PropertyAccessor specific to a use case (e.g. attribute resolution in a custom data structure), potentially combined with a  DataBindingPropertyAccessor if property dereferences are needed as well.  | 
|---|
static SimpleEvaluationContext.Builder | SimpleEvaluationContext.forReadOnlyDataBinding() |  | 
|---|
static SimpleEvaluationContext.Builder | SimpleEvaluationContext.forReadWriteDataBinding() |  | 
|---|
SimpleEvaluationContext.Builder | SimpleEvaluationContext.Builder.withConversionService(ConversionService conversionService) |  | 
|---|
SimpleEvaluationContext.Builder | SimpleEvaluationContext.Builder.withInstanceMethods() |  | 
|---|
SimpleEvaluationContext.Builder | SimpleEvaluationContext.Builder.withMethodResolvers(MethodResolver... resolvers) | Register the specified  MethodResolver delegates for a combination of property access and method resolution.  | 
|---|
SimpleEvaluationContext.Builder | SimpleEvaluationContext.Builder.withRootObject(Object rootObject) | Specify a default root object to resolve against.  | 
|---|
SimpleEvaluationContext.Builder | SimpleEvaluationContext.Builder.withTypeConverter(TypeConverter converter) |  | 
|---|
SimpleEvaluationContext.Builder | SimpleEvaluationContext.Builder.withTypedRootObject(Object rootObject, TypeDescriptor typeDescriptor) | Specify a typed root object to resolve against.  | 
|---|