Uses of Class
de.mhus.lib.core.pojo.FunctionAttribute
-
Packages that use FunctionAttribute Package Description de.mhus.lib.core.pojo -
-
Uses of FunctionAttribute in de.mhus.lib.core.pojo
Methods in de.mhus.lib.core.pojo with parameters of type FunctionAttribute Modifier and Type Method Description protected voidActionsOnlyStrategy. parse(String prefix, FunctionAttribute<Object> parent, PojoParser parser, Class<?> clazz, PojoModelImpl model, int level)protected voidFunctionsStrategy. parse(String prefix, FunctionAttribute<Object> parent, PojoParser parser, Class<?> clazz, PojoModelImpl model, int level)Constructors in de.mhus.lib.core.pojo with parameters of type FunctionAttribute Constructor Description FunctionAction(Class<?> clazz, Method action, String name, FunctionAttribute<Object> parent)FunctionAttribute(Class<T> clazz, Method getter, Method setter, String name, FunctionAttribute<Object> parent)
-