Package com.opensymphony.xwork.util

Class Summary
AnnotationUtils AnnotationUtils Various utility methods dealing with annotations
AnnotationXWorkConverter

Type conversion is great for situations where you need to turn a String in to a more complex object.

EnumTypeConverter EnumTypeConverter This class converts java 5 enums to String and from String[] to enum.
GenericsObjectTypeDeterminer GenericsObjectTypeDeterminer use the following algorithm for determining the types: looks for a field annotation, than for the corresponding setter annotation, and for special cases falls back to generic types.
 

Annotation Types Summary
CreateIfNull

Sets the CreateIfNull for type conversion.

Element

Sets the Element for type conversion.

Key

Sets the Key for type conversion.

KeyProperty

Sets the KeyProperty for type conversion.

 


XWork Project Page