Package de.mhus.lib.core.pojo
Class DefaultStrategy
- java.lang.Object
-
- de.mhus.lib.core.pojo.DefaultStrategy
-
- All Implemented Interfaces:
PojoStrategy
public class DefaultStrategy extends Object implements PojoStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultStrategy()DefaultStrategy(boolean embedded, String embedGlue, Class<? extends Annotation>[] annotationMarker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllowPublic()voidparse(PojoParser parser, Class<?> clazz, PojoModelImpl model)voidparseObject(PojoParser parser, Object pojo, PojoModelImpl model)DefaultStrategysetAllowPublic(boolean allowPublic)
-
-
-
Constructor Detail
-
DefaultStrategy
public DefaultStrategy()
-
DefaultStrategy
public DefaultStrategy(boolean embedded, String embedGlue, Class<? extends Annotation>[] annotationMarker)
-
-
Method Detail
-
parseObject
public void parseObject(PojoParser parser, Object pojo, PojoModelImpl model)
- Specified by:
parseObjectin interfacePojoStrategy
-
parse
public void parse(PojoParser parser, Class<?> clazz, PojoModelImpl model)
- Specified by:
parsein interfacePojoStrategy
-
isAllowPublic
public boolean isAllowPublic()
-
setAllowPublic
public DefaultStrategy setAllowPublic(boolean allowPublic)
-
-