default PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.extractor(String extractorName) |
|
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.extractors(ContainerExtractorPath extractorPath) |
|
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.includeDepth(Integer depth) |
|
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.includeEmbeddedObjectId(boolean include) |
|
default PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.includePaths(String... paths) |
|
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.includePaths(Collection<String> paths) |
|
PropertyMappingIndexedEmbeddedStep |
PropertyMappingStep.indexedEmbedded() |
Maps the property to an object field whose fields are the same as those defined in the property type,
using the name of this property as the name of the object field.
|
PropertyMappingIndexedEmbeddedStep |
PropertyMappingStep.indexedEmbedded(String relativeFieldName) |
Maps the property to an object field whose fields are the same as those defined in the property type,
using the given custom name as the name of the object field.
|
default PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.noExtractors() |
Indicates that no container extractors should be applied,
not even the default ones.
|
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.prefix(String prefix) |
Deprecated.
|
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.structure(ObjectStructure structure) |
|
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.targetType(Class<?> targetType) |
|