Package org.exolab.castor.mapping.loader
Class Types.TypeInfo
java.lang.Object
org.exolab.castor.mapping.loader.Types.TypeInfo
- Enclosing class:
- Types
Information about a specific Java type.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Object
The default value for the type, if known.(package private) final boolean
True if the type is immutable.(package private) final Class<?>
The Java type (e.g.(package private) final Class<?>
The primitive Java type, if exists (e.g.(package private) final String
The short type name (e.g. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_shortName
The short type name (e.g. integer). -
_primitive
The primitive Java type, if exists (e.g. Integer.TYPE). -
_javaType
The Java type (e.g. java.lang.Integer). -
_immutable
final boolean _immutableTrue if the type is immutable. -
_defaultValue
The default value for the type, if known.
-
-
Constructor Details
-
TypeInfo
-