org.mod4j.dsl.datacontract.generator.helpers
Class DtoHelpers
java.lang.Object
org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
public class DtoHelpers
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DtoHelpers
public DtoHelpers()
getBaseDtoName
public static java.lang.String getBaseDtoName(Dto dto)
getBaseDtoBusinessClassName
public static java.lang.String getBaseDtoBusinessClassName(Dto dto)
javaType
public static java.lang.String javaType(DtoProperty p)
javaType
public static java.lang.String javaType(DtoBooleanProperty p)
javaType
public static java.lang.String javaType(DtoDateTimeProperty p)
javaType
public static java.lang.String javaType(DtoEnumerationProperty p)
javaType
public static java.lang.String javaType(DtoStringProperty p)
javaType
public static java.lang.String javaType(DtoIntegerProperty p)
javaType
public static java.lang.String javaType(DtoDecimalProperty p)
getAllProperties
public static java.util.List<DtoProperty> getAllProperties(BusinessClassDto cls)
javaTranslatorName
public static java.lang.String javaTranslatorName(java.lang.String clsName)
Copyright © 2010 Mod4j. All Rights Reserved.