Package | Description |
---|---|
com.whitestein.lsps.lang |
This is the main package for the LSPS expression language.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecordWrapperModuleFactory
A factory that creates record wrappers.
|
Modifier and Type | Method and Description |
---|---|
protected <E> Collection<E> |
RecordWrapper.toCollection(CollectionHolder collection,
Class<E> clazz,
RecordWrapperFactory factory)
Converts a given collection of LSPS records to record wrappers using a given factory.
|
protected <E> List<E> |
RecordWrapper.toList(ListHolder list,
Class<E> clazz,
RecordWrapperFactory factory)
Converts a given list of LSPS records to record wrappers using a given factory.
|
protected <E> Set<E> |
RecordWrapper.toSet(SetHolder set,
Class<E> clazz,
RecordWrapperFactory factory)
Converts a given set of LSPS records to record wrappers using a given factory.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.