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

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

Introduction

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

The text is from its open source code.

Method

Propertyof(TypeInformation type, Field field)
Creates a new Property backed by the given field.
Propertyof(TypeInformation type, PropertyDescriptor descriptor)
Creates a new Property for the given PropertyDescriptor .