类 CompositeConverter


  • public class CompositeConverter
    extends java.lang.Object
    default converters.
    作者:
    onewe
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      <T> T convert​(java.lang.String property, java.lang.Class<T> targetClass)
      convert property to target type.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

    • 构造器详细资料

      • CompositeConverter

        public CompositeConverter()
    • 方法详细资料

      • convert

        public <T> T convert​(java.lang.String property,
                             java.lang.Class<T> targetClass)
        convert property to target type.
        类型参数:
        T - target type
        参数:
        property - the property gets from environments
        targetClass - target class object
        返回:
        the object of target type