Class DefaultAnnotationValidatior.ConversionFieldResult<T>
java.lang.Object
name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.ConversionFieldResult<T>
- Enclosing class:
DefaultAnnotationValidatior
Describes the result of a attempting to convert from a string to the generic type, and the field to receive it,
successful or not.
-
Constructor Summary
ConstructorsConstructorDescriptionConversionFieldResult
(Field recipeintField, ConversionResult<T> conversionResult) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ConversionFieldResult
-
-
Method Details
-
getConversionResult
-
getRecipeintField
-