类的使用
cn.taketoday.util.PropertyMapper
使用PropertyMapper的程序包
程序包
说明
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
cn.taketoday.util中PropertyMapper的使用
声明为PropertyMapper的cn.taketoday.util中的字段修饰符和类型字段说明private static final PropertyMapperPropertyMapper.INSTANCEprivate final PropertyMapperPropertyMapper.parent修饰符和类型方法说明PropertyMapper.alwaysApplying(PropertyMapper.SourceOperator operator) Return a newPropertyMapperinstance that applies the givenPropertyMapper.SourceOperatorto every source.PropertyMapper.alwaysApplyingWhenNonNull()Return a newPropertyMapperinstance that applieswhenNonNullto every source.static PropertyMapperPropertyMapper.get()Return the property mapper.参数类型为PropertyMapper的cn.taketoday.util中的构造器限定符构造器说明privatePropertyMapper(PropertyMapper parent, PropertyMapper.SourceOperator sourceOperator)