Java org.springframework.data.mapping.model SpELContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.mapping.model SpELContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.mapping.model SpELContext.

The text is from its open source code.

Constructor

SpELContext(PropertyAccessor accessor)
Creates a new SpELContext with the given PropertyAccessor .
SpELContext(SpelExpressionParser parser, PropertyAccessor accessor)
Creates a new SpELContext using the given SpelExpressionParser and PropertyAccessor .
SpELContext(SpELContext source, BeanFactory factory)
Copy constructor to create a SpELContext using the given one's PropertyAccessor and SpelExpressionParser as well as the given BeanFactory .