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