Object JaxbTypeOfCode
-
- All Implemented Interfaces:
public class JaxbTypeOfCode
-
-
Field Summary
Fields Modifier and Type Field Description private final static TypeOfCode<XmlEnumType>ENUMprivate final static TypeOfCode<XmlObjectType>DTOprivate final static TypeOfCodeWithNoModelLOCAL_DATE_ADAPTERprivate final static TypeOfCodeWithNoModelLOCAL_DATE_TIME_ADAPTERpublic final static JaxbTypeOfCodeINSTANCE
-
Method Summary
Modifier and Type Method Description final static TypeOfCode<XmlEnumType>getENUM()final static TypeOfCode<XmlObjectType>getDTO()final static TypeOfCodeWithNoModelgetLOCAL_DATE_ADAPTER()final static TypeOfCodeWithNoModelgetLOCAL_DATE_TIME_ADAPTER()-
-
Method Detail
-
getENUM
final static TypeOfCode<XmlEnumType> getENUM()
-
getDTO
final static TypeOfCode<XmlObjectType> getDTO()
-
getLOCAL_DATE_ADAPTER
final static TypeOfCodeWithNoModel getLOCAL_DATE_ADAPTER()
-
getLOCAL_DATE_TIME_ADAPTER
final static TypeOfCodeWithNoModel getLOCAL_DATE_TIME_ADAPTER()
-
-
-
-