Modifier and Type | Class and Description |
---|---|
class |
Mapping<M extends Mapping<M>>
An abstract mapping specification.
|
Modifier and Type | Method and Description |
---|---|
List<Mapping<?>> |
Endpoint.getMapParams() |
List<Mapping<?>> |
TransformBody.getMappings()
Set of mappings to transform the data.
|
Modifier and Type | Method and Description |
---|---|
default E |
Endpoint.mapParam(Mapping<?>... mappings) |
TransformBody |
TransformBody.mapping(Mapping<?>... mappings)
Adds to the set of mappings to transform the collection.
|
Modifier and Type | Method and Description |
---|---|
default E |
Endpoint.mapParams(Collection<Mapping<?>> mappings) |
TransformBody |
TransformBody.mappings(List<Mapping<?>> mappings)
Adds to the set of mappings to transform the collection.
|
void |
Endpoint.setMapParams(List<Mapping<?>> mapParams) |
Constructor and Description |
---|
Mapping(Mapping<?> mapping) |
Constructor and Description |
---|
MappingList(Collection<? extends Mapping<?>> c) |
Modifier and Type | Method and Description |
---|---|
default A |
CreateModalFormAction.mapInheritedValue(Mapping<?>... mappingsToAdd)
Configure mappings from the parent data to the create form's state.
|
default A |
RowModalFormAction.mapInitialValues(Mapping<?>... mappingsToAdd)
Configure mappings from the row or context to the form's initial state.
|
default A |
GenerateTemplateAction.templateToItemMapping(Mapping<?>... mappings) |
default A |
CloneModalFormAction.transformClone(Mapping<?>... mappings)
Configure a set of
Mapping to transform the cloned entity. |
Modifier and Type | Method and Description |
---|---|
default A |
CreateModalFormAction.mapInheritedValues(Collection<Mapping<?>> mappingsToAdd)
Configure mappings from the parent data to the create form's state.
|
default A |
RowModalFormAction.mapInitialValues(Collection<Mapping<?>> mappingsToAdd)
Configure mappings from the row or context to the create form's state.
|
default A |
GenerateTemplateAction.templateToItemMappings(List<Mapping<?>> mappings) |
default A |
CloneModalFormAction.transformClone(List<Mapping<?>> mappings)
Configure a set of
Mapping to transform the cloned entity. |
default A |
CloneModalFormAction.transformClone(UnaryOperator<List<Mapping<?>>> fn)
Configure a set of
Mapping to transform the cloned entity. |
Modifier and Type | Method and Description |
---|---|
List<Mapping<?>> |
AbstractEndpoint.getMapParams() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpoint.setMapParams(List<Mapping<?>> mapParams) |
Modifier and Type | Method and Description |
---|---|
default F |
LookupField.transformSelection(Mapping<?>... mappings)
Configure a set of
Mapping to transform the option the user selects before the form
state is updated. |
Modifier and Type | Method and Description |
---|---|
default F |
LookupField.transformSelection(List<Mapping<?>> mappings)
Configure a set of
Mapping to transform the option the user selects before the form
state is updated. |
default F |
LookupField.transformSelection(UnaryOperator<List<Mapping<?>>> fn)
Configure a set of
Mapping to transform the option the user selects before the form
state is updated. |
Modifier and Type | Class and Description |
---|---|
class |
CollectionMapping
An implementation of
Mapping for the members of a collection. |
class |
PickOmitMapping
An implementation of
Mapping for picking and omitting source properties from the
destination. |
class |
PropertyMapping
An implementation of
Mapping for mapping a source value to its destination. |
class |
TemplateMapping
An implementation of
Mapping for transforming a text property with a template. |
class |
TextTransformMapping
An implementation of
Mapping for transforming a text property common case
transformations. |
Modifier and Type | Method and Description |
---|---|
List<Mapping<?>> |
CollectionMapping.getMappings()
The list of
Mapping to apply to each collection member. |
Modifier and Type | Method and Description |
---|---|
CollectionMapping |
CollectionMapping.mapCollection(String path,
Mapping<?>... mappings)
Sets the collection property and the set of mappings for the collection.
|
CollectionMapping |
CollectionMapping.mapping(Mapping<?>... mappings)
Adds to the set of mappings to transform the collection.
|
Modifier and Type | Method and Description |
---|---|
CollectionMapping |
CollectionMapping.mapCollection(String path,
List<Mapping<?>> mappings)
Sets the collection property and the set of mappings for the collection.
|
CollectionMapping |
CollectionMapping.mappings(List<Mapping<?>> mappings)
Adds to the set of mappings to transform the collection.
|
Modifier and Type | Method and Description |
---|---|
static CollectionMapping |
Mappings.mapCollection(String path,
Mapping<?>... mappings) |
static TransformBody |
Transforms.transformBody(Mapping<?>... mappings) |
Modifier and Type | Method and Description |
---|---|
static CollectionMapping |
Mappings.mapCollection(String path,
List<Mapping<?>> mappings) |
static TransformBody |
Transforms.transformBody(List<Mapping<?>> mappings) |
Copyright © 2021. All rights reserved.