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

aQute.lib.dtoformatter.ObjectFormatter Maven / Gradle / Ivy

The newest version!
package aQute.lib.dtoformatter;

public interface ObjectFormatter {
	int	INSPECT	= 0;
	int	LINE	= 1;
	int	PART	= 2;

	CharSequence format(Object o, int level, ObjectFormatter formatter);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy