spring-framework / org.springframework.beans / PropertyAccessor / NESTED_PROPERTY_SEPARATOR

NESTED_PROPERTY_SEPARATOR

static val NESTED_PROPERTY_SEPARATOR: String

Path separator for nested properties. Follows normal Java conventions: getFoo().getBar() would be "foo.bar".