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

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

Introduction

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

The text is from its open source code.

Field

PropertyPathnext

Constructor

PropertyPath(String name, TypeInformation owningType, List base)
Creates a leaf PropertyPath (no nested ones with the given name and owning type.

Method

booleanhasNext()
Returns whether there is a nested PropertyPath .
StringtoDotPath()
Returns the PropertyPath in dot notation.