Uses of Interface
de.mhus.lib.core.pojo.PojoAttribute
-
Packages that use PojoAttribute Package Description de.mhus.lib.core.pojo -
-
Uses of PojoAttribute in de.mhus.lib.core.pojo
Classes in de.mhus.lib.core.pojo that implement PojoAttribute Modifier and Type Class Description classFunctionAttribute<T>Methods in de.mhus.lib.core.pojo that return PojoAttribute Modifier and Type Method Description PojoAttributePojoModel. getAttribute(String name)PojoAttributePojoModelImpl. getAttribute(String name)Methods in de.mhus.lib.core.pojo that return types with arguments of type PojoAttribute Modifier and Type Method Description Iterator<PojoAttribute>PojoModelImpl. iterator()Methods in de.mhus.lib.core.pojo with parameters of type PojoAttribute Modifier and Type Method Description voidPojoModelImpl. addAttribute(PojoAttribute attr)static ObjectPojoParser. checkParent(PojoAttribute<Object> parent, Object pojo)
-