All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gitee.feizns.bean.PropertiesIterable Maven / Gradle / Ivy

Go to download

Java 类型,反射,属性以及实体类操作工具类。

There is a newer version: 5.5-RELEASE
Show newest version
package com.gitee.feizns.bean;

import java.util.Iterator;

/**
 * @author feizns
 * @since 2019/6/5
 */
public interface PropertiesIterable extends Iterable> {

    @Override
    default Iterator> iterator() {
        return PropertyUtils.props(this).iterator();
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy