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

net.yadaframework.web.YadaJsonView Maven / Gradle / Ivy

The newest version!
package net.yadaframework.web;

@Deprecated // This was part of the old DataTable implementation
public class YadaJsonView {

	// Returns all attributes that are fetched in a single query
	public class WithEagerAttributes {};

	// Returns only the current localized value, not the whole map
	public class WithLocalizedValue extends WithEagerAttributes {};
	
	// Returns also maps of localized attributes
	public class WithLocalizedStrings extends WithLocalizedValue {};
	
	// Returns lazy attributes
	public class WithLazyAttributes extends WithLocalizedStrings {};
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy