Uses of Class
de.mhus.lib.core.pojo.PojoParser
-
Packages that use PojoParser Package Description de.mhus.lib.core.pojo -
-
Uses of PojoParser in de.mhus.lib.core.pojo
Methods in de.mhus.lib.core.pojo that return PojoParser Modifier and Type Method Description PojoParserPojoParser. filter(boolean removeHidden, boolean removeEmbedded, boolean removeWriteOnly, boolean removeReadOnly, boolean removeNoActions)PojoParserPojoParser. filter(PojoFilter filter)PojoParserPojoParser. parse(Object pojo)PojoParserPojoParser. parse(Object pojo, PojoStrategy strategy)PojoParserPojoParser. parse(Object pojo, String embedGlue, boolean allowPublic, Class<? extends Annotation>[] annotationMarker)PojoParserPojoParser. parse(Object pojo, String embedGlue, Class<? extends Annotation>[] annotationMarker)Methods in de.mhus.lib.core.pojo with parameters of type PojoParser Modifier and Type Method Description 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)
-