| Package | Description |
|---|---|
| org.squashtest.tm.service.internal.batchimport.excel |
| Modifier and Type | Method and Description |
|---|---|
static <V,T> ReflectionMutatorSetter<V,T> |
ReflectionMutatorSetter.forOptionalProperty(String propName)
Creates a
ReflectionMutatorSetter with optional values, ie the ReflectionMutatorSetter shall
discard any null value. |
static <V,T> ReflectionMutatorSetter<V,T> |
ReflectionMutatorSetter.forProperty(String propName,
Class<V> paramType)
Creates a
ReflectionMutatorSetter with mandatory values, ie the ReflectionMutatorSetter shall try
to set any given value. |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.