Uses of Class
org.apache.bsf.util.type.TypeConvertorRegistry
-
Packages that use TypeConvertorRegistry Package Description org.apache.bsf.util -
-
Uses of TypeConvertorRegistry in org.apache.bsf.util
Methods in org.apache.bsf.util with parameters of type TypeConvertorRegistry Modifier and Type Method Description static void
ReflectionUtils. setField(java.lang.Object target, java.lang.String fieldName, Bean value, TypeConvertorRegistry tcr)
static void
ReflectionUtils. setProperty(java.lang.Object target, java.lang.String propName, java.lang.Integer index, java.lang.Object value, java.lang.Class valueType, TypeConvertorRegistry tcr)
Set a property of a bean to a given value.
-