Java org.springframework.beans PropertyAccessorUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans PropertyAccessorUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans PropertyAccessorUtils.

The text is from its open source code.

Method

StringcanonicalPropertyName(@Nullable String propertyName)
Determine the canonical name for the given property path.
String[]canonicalPropertyNames(@Nullable String[] propertyNames)
Determine the canonical names for the given property paths.
intgetFirstNestedPropertySeparatorIndex(String propertyPath)
Determine the first nested property separator in the given property path, ignoring dots in keys (like "map[my.key]").
intgetLastNestedPropertySeparatorIndex(String propertyPath)
Determine the first nested property separator in the given property path, ignoring dots in keys (like "map[my.key]").
StringgetPropertyName(String propertyPath)
Return the actual property name for the given property path.
booleanisNestedOrIndexedProperty(@Nullable String propertyPath)
Check whether the given property path indicates an indexed or nested property.