Uses of Class
de.mhus.lib.core.pojo.PojoModelImpl
-
Packages that use PojoModelImpl Package Description de.mhus.lib.core.pojo -
-
Uses of PojoModelImpl in de.mhus.lib.core.pojo
Methods in de.mhus.lib.core.pojo with parameters of type PojoModelImpl Modifier and Type Method Description voidAnnotationFilter. filter(PojoModelImpl model)voidDefaultFilter. filter(PojoModelImpl model)voidPojoFilter. filter(PojoModelImpl model)voidActionsOnlyStrategy. parse(PojoParser parser, Class<?> clazz, PojoModelImpl model)protected voidActionsOnlyStrategy. parse(String prefix, FunctionAttribute<Object> parent, PojoParser parser, Class<?> clazz, PojoModelImpl model, int level)voidAttributesStrategy. parse(PojoParser parser, Class<?> clazz, PojoModelImpl model)protected voidAttributesStrategy. parse(String prefix, de.mhus.lib.core.pojo.AttributesStrategy.Attribute<Object> parent, PojoParser parser, Class<?> clazz, PojoModelImpl model)voidDefaultStrategy. parse(PojoParser parser, Class<?> clazz, PojoModelImpl model)voidFunctionsStrategy. parse(PojoParser parser, Class<?> clazz, PojoModelImpl model)protected voidFunctionsStrategy. parse(String prefix, FunctionAttribute<Object> parent, PojoParser parser, Class<?> clazz, PojoModelImpl model, int level)voidPojoStrategy. parse(PojoParser parser, Class<?> clazz, PojoModelImpl model)voidActionsOnlyStrategy. parseObject(PojoParser parser, Object pojo, PojoModelImpl model)voidAttributesStrategy. parseObject(PojoParser parser, Object pojo, PojoModelImpl model)voidDefaultStrategy. parseObject(PojoParser parser, Object pojo, PojoModelImpl model)voidFunctionsStrategy. parseObject(PojoParser parser, Object pojo, PojoModelImpl model)voidPojoStrategy. parseObject(PojoParser parser, Object pojo, PojoModelImpl model)
-