Uses of Class
r01f.reflection.ReflectionException

Packages that use ReflectionException
r01f.marshalling.simple   
r01f.reflection   
r01f.reflection.fluent   
r01f.util.types   
 

Uses of ReflectionException in r01f.marshalling.simple
 

Methods in r01f.marshalling.simple that throw ReflectionException
private static java.util.List<java.lang.Object> MappingReflectionUtils._listInstance(DataTypes.DataTypeEnum listType, int listLength)
          Obtiene una instancia de la lista requerida
private static java.util.Map<java.lang.Object,java.lang.Object> MappingReflectionUtils._mapInstance(DataTypes.DataTypeEnum mapType, int mapLength)
          Obtiene una instancia del mapa requerido
(package private) static
<T> T
MappingReflectionUtils.createObjectInstance(BeanMap newBeanMap)
          Instancia una clase utilizando reflection a partir de la definición de la clase
(package private) static void MappingReflectionUtils.setFieldValue(java.lang.Object obj, FieldMap fieldMap, java.lang.Object value)
          Establece el valor de una variable miembro de una clase Para ello utiliza reflection y antes de nada convierte al tipo de dato correcto.
 

Uses of ReflectionException in r01f.reflection
 

Methods in r01f.reflection that return ReflectionException
 ReflectionException ReflectionException.classNotFoundException()
           
 ReflectionException ReflectionException.illegalArgumentException()
           
 ReflectionException ReflectionException.inConstructor(java.lang.Class<?>... paramTypes)
           
 ReflectionException ReflectionException.inField(java.lang.reflect.Field field)
           
 ReflectionException ReflectionException.inField(java.lang.String fieldName)
           
 ReflectionException ReflectionException.inMethod(java.lang.reflect.Method method, java.lang.Object... params)
           
 ReflectionException ReflectionException.inMethod(java.lang.String methodName, java.lang.Class<?>... paramTypes)
           
 ReflectionException ReflectionException.instantiationException()
           
 ReflectionException ReflectionException.inType(java.lang.Object obj)
           
 ReflectionException ReflectionException.inType(java.lang.String className)
           
 ReflectionException ReflectionException.invocationTargetException()
           
 ReflectionException ReflectionException.noConstructorException()
           
 ReflectionException ReflectionException.noFieldException()
           
 ReflectionException ReflectionException.noMethodException()
           
 ReflectionException ReflectionException.securityException()
           
 ReflectionException ReflectionException.unknownSubClassException()
           
 

Methods in r01f.reflection that return types with arguments of type ReflectionException
 EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsReader<ReflectionException,ReflectionException.ReflectionExceptionSubTypes> ReflectionException.customizations()
           
 EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<ReflectionException,ReflectionException.ReflectionExceptionSubTypes> ReflectionException.customized()
           
 

Uses of ReflectionException in r01f.reflection.fluent
 

Methods in r01f.reflection.fluent that return ReflectionException
private  ReflectionException MethodInvoker._cannotInvokeMethod(java.lang.Throwable cause, java.lang.Object... args)
           
private static ReflectionException FieldInvoker._incorrectFieldType(java.lang.reflect.Field field, java.lang.Class<?> actual, java.lang.Class<?> expected)
           
private static ReflectionException PropertyInvoker._incorrectPropertyType(java.lang.String name, java.lang.Object target, java.lang.Class<?> actual, java.lang.Class<?> expected)
           
 

Uses of ReflectionException in r01f.util.types
 

Methods in r01f.util.types that throw ReflectionException
static java.lang.String StringCustomizeUtils.replaceVariableValuesUsingReflection(java.lang.String inStr, java.lang.String varDelim, java.lang.Object obj, java.util.Map<java.lang.String,java.lang.String> varPaths)
          Sustituye una cadena que contiene variables por sus valores Las variables estan delimitadas por una cadena que se pasa, pej: $varName$ NOTA: Para introducir el delimitador en el texto, doblarlo, pej: Esto son 10$$ dolares En un mapa indexado por el nombre de las variables se pasan sus valores