Package com.caucho.config.type

Interface Summary
Converter Converts from a string value to a type
FlowBean Bean implementing control flow
 

Class Summary
AbstractBeanType Represents an interface.
AnnotationType  
ArrayType Represents an array of values for configuration.
BeanType Represents an introspected bean type for configuration.
BooleanPrimitiveType Represents a boolean type.
BooleanType Represents a boolean or Boolean type.
BytePrimitiveType Represents a byte type.
ByteType Represents a byte or Byte type.
CharacterPrimitiveType Represents a char type.
CharacterType Represents a Character type.
ClassType Represents a class type.
ConfigType Represents an introspected configuration type.
DataSourceType  
DateType  
DoublePrimitiveType Represents a double type.
DoubleType Represents a double or Double type.
EnumType Represents an enumeration type
EnvironmentBeanType Represents an introspected bean type for configuration.
FileType  
FloatPrimitiveType Represents a float type.
FloatType Represents a float or Float type.
FlowBeanType Represents an introspected bean type for configuration which implements control flow like if/choose.
IntegerPrimitiveType Represents an int type.
IntegerType Represents an int or Integer type.
InterfaceType Represents an interface.
ListType Represents an introspected bean type for configuration.
LocaleType Represents a Locale type.
LongPrimitiveType Represents a long type.
LongType Represents a long or Long type.
MapType Represents an introspected bean type for configuration.
MethodExpressionType Represents a MethodExpression type.
NodeType Represents an introspected bean type for configuration.
NullType Represents the null value
ObjectType Represents a Object type.
PathType  
PatternType Represents a regexp type.
PropertiesType Represents a Properties type.
PropertyEditorType Represents a type with a PropertyEditor
QDateType  
RawStringType Represents a String type.
SetType Represents an introspected bean type for configuration.
ShortPrimitiveType Represents a short type.
ShortType Represents a short or Short type.
StringArrayType Represents a String[] type.
StringType Represents a String type.
TypeFactory Factory for returning type strategies.
UrlType  
ValueExpressionType Represents a ValueExpression type.
ValueType Represents a <value> type.