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

com.github.nill14.utils.init.api.IPropertyResolver Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package com.github.nill14.utils.init.api;

import java.io.Serializable;

public interface IPropertyResolver extends Serializable {

	/**
	 * 
	 * @param pojo The instance holding the property
	 * @param type The property type descriptor.
	 * @return The resolved property or null if property could not be resolved.
	 */
	Object resolve(Object pojo, IType type);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy