跳过导航链接
spring-beans

@NonNullApi @NonNullFields

程序包 org.springframework.beans.propertyeditors

Properties editors used to convert from String values to object types such as java.util.Properties.

请参阅: 说明

程序包org.springframework.beans.propertyeditors的说明

Properties editors used to convert from String values to object types such as java.util.Properties.

Some of these editors are registered automatically by BeanWrapperImpl. "CustomXxxEditor" classes are intended for manual registration in specific binding processes, as they are localized or the like.

跳过导航链接
spring-beans