| Interface | Description |
|---|---|
| CellValueCoercer<VAL> |
Interface for an object which coerces a
Cell into a value of VAL type |
| PropertyHolderFinder<I extends Instruction<?>,T> |
Target finder implementations are responsible for finding the target of an operation from this operation's context,
represented by an
Instruction |
| PropertySetter<VAL,TARGET> |
Describes a Command object which will set a property on an object.
|
| Class | Description |
|---|---|
| ExcelBatchImporter | |
| ImportModeCellCoercer | |
| InfoListItemCoercer<T extends org.squashtest.tm.domain.infolist.InfoListItem> | |
| LiberalBooleanCellCoercer |
Liberally coerces a cell into a boolean value.
|
| NullPropertySetter |
This property setter don't set anything.
|
| OptionalBooleanCellCoercer |
This class liberally coerces a cell into a Boolean.
|
| OptionalDateCellCoercer |
Coerces an optional date cell into a
Date. |
| OptionalEnumCellCoercer<ENUM extends Enum<ENUM>> |
Coerces a cell into an enum.
|
| OptionalIntegerCellCoercer |
Coerces a cell to an Integer value.
|
| OptionalOneBasedIndexCellCoercer | |
| OptionalStringArrayCellCoercer |
Coerces the string content of a cell into a list.
|
| ParamAssignationModeCellCoercer |
This class will read from a String how a call step should handle the downstream parameters.
|
| ReflectionFieldSetter<VAL,TARGET> |
Sets an object's field through reflection.
|
| ReflectionMutatorSetter<VAL,TARGET> |
Sets a property using a mutator (ie a "setter").
|
| StringCellCoercer |
Coerces a plain string cell to a string
|
| TypeBasedCellValueCoercer<VAL> |
Implementation of
CellValueCoercer which tests the cell's type then invokes a specific method. |
| Enum | Description |
|---|---|
| InfoListItemCoercer.ListRole |
| Exception | Description |
|---|---|
| CannotCoerceException | |
| InvalidTargetException | |
| NullMandatoryValueException |
Thrown when trying to set a mandatory property to null.
|
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.