类 MapToPropertiesConverter
- java.lang.Object
-
- io.microsphere.convert.MapToPropertiesConverter
-
- 所有已实现的接口:
Converter<java.util.Map,java.util.Properties>
,Prioritized
,java.lang.Comparable<Prioritized>
public class MapToPropertiesConverter extends java.lang.Object implements Converter<java.util.Map,java.util.Properties>
- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy
-
-
字段概要
字段 修饰符和类型 字段 说明 static MapToPropertiesConverter
INSTANCE
-
从接口继承的字段 io.microsphere.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
构造器概要
构造器 构造器 说明 MapToPropertiesConverter()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.util.Properties
convert(java.util.Map source)
Convert the source-typed value to the target-typed value-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 io.microsphere.convert.Converter
accept, getSourceType, getTargetType
-
从接口继承的方法 io.microsphere.lang.Prioritized
compareTo, getPriority
-
-
-
-
字段详细资料
-
INSTANCE
public static final MapToPropertiesConverter INSTANCE
-
-