public interface IJenevaContext
| Modifier and Type | Method and Description |
|---|---|
IParser |
buildParser(java.lang.String name,
java.lang.Class<?> propertyClass,
PropertyMeta.ClassType propertyClassType,
Dto annotation)
Creates a property parser instance based on property class
|
IChecker |
getChecker()
Gets singleton instance of the Checker class
|
IMath |
getMath()
Gets singleton instance of the Math class
|
IPathHelper |
getPathHelper()
Gets singleton instance of the PathHelpr class
|
PropertyMeta[] |
getPropertyDefs(java.lang.Class<?> type)
Generates an array of ProperyMeta class from a domain/DTO class
|
IPathHelper getPathHelper()
IChecker getChecker()
IMath getMath()
PropertyMeta[] getPropertyDefs(java.lang.Class<?> type)
type - domain classIParser buildParser(java.lang.String name, java.lang.Class<?> propertyClass, PropertyMeta.ClassType propertyClassType, Dto annotation)
name - property namepropertyClass - property classpropertyClassType - property class typeannotation - Dto annotation instance