S - The "self" type (the actual exposed type of this step).public interface PropertyMappingFieldOptionsStep<S extends PropertyMappingFieldOptionsStep<?>> extends PropertyMappingStep
| Modifier and Type | Method and Description |
|---|---|
default S |
extractor(String extractorName) |
S |
extractors(ContainerExtractorPath extractorPath) |
default S |
noExtractors()
Indicates that no container extractors should be applied,
not even the default ones.
|
S |
valueBinder(ValueBinder binder) |
S |
valueBridge(BeanReference<? extends ValueBridge<?,?>> bridgeReference) |
S |
valueBridge(Class<? extends ValueBridge<?,?>> bridgeClass) |
default S |
valueBridge(ValueBridge<?,?> bridgeInstance) |
associationInverseSide, binder, documentId, fullTextField, fullTextField, genericField, genericField, indexedEmbedded, indexingDependency, keywordField, keywordField, marker, nonStandardField, nonStandardField, scaledNumberField, scaledNumberFieldS valueBridge(Class<? extends ValueBridge<?,?>> bridgeClass)
bridgeClass - The class of the bridge to use.this, for method chaining.GenericField.valueBridge()S valueBridge(BeanReference<? extends ValueBridge<?,?>> bridgeReference)
bridgeReference - A BeanReference pointing to the bridge to use.
See the static "ofXXX()" methods of BeanReference for details about the various type of references
(by name, by type, ...).this, for method chaining.GenericField.valueBridge()default S valueBridge(ValueBridge<?,?> bridgeInstance)
bridgeInstance - The bridge instance to use.this, for method chaining.GenericField.valueBridge()S valueBinder(ValueBinder binder)
binder - A ValueBinder responsible for creating a bridge.this, for method chaining.GenericField.valueBinder(),
ValueBinderdefault S extractor(String extractorName)
extractorName - The name of the container extractor to use.this, for method chaining.GenericField.extraction(),
BuiltinContainerExtractorsdefault S noExtractors()
this, for method chaining.GenericField.extraction()S extractors(ContainerExtractorPath extractorPath)
extractorPath - A ContainerExtractorPath.this, for method chaining.GenericField.extraction(),
ContainerExtractorPathCopyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.