Class AnnotationDataTypeAnalyzer
java.lang.Object
org.apache.tapestry5.commons.internal.services.AnnotationDataTypeAnalyzer
- All Implemented Interfaces:
DataTypeAnalyzer
Checks for the
DataType
annotation, returning its value if present.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionidentifyDataType
(PropertyAdapter adapter) Identifies the data type, if known, or returns null if not known.
-
Constructor Details
-
AnnotationDataTypeAnalyzer
public AnnotationDataTypeAnalyzer()
-
-
Method Details
-
identifyDataType
Description copied from interface:DataTypeAnalyzer
Identifies the data type, if known, or returns null if not known.- Specified by:
identifyDataType
in interfaceDataTypeAnalyzer
-