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 |
|---|---|
S |
projectable(Projectable projectable) |
S |
searchable(Searchable searchable) |
S |
valueBinder(ValueBinder binder) |
S |
valueBridge(BeanReference<? extends ValueBridge<?,?>> bridgeReference) |
S |
valueBridge(Class<? extends ValueBridge<?,?>> bridgeClass) |
default S |
withExtractor(String extractorName) |
S |
withExtractors(ContainerExtractorPath extractorPath) |
default S |
withoutExtractors()
Indicates that no container extractors should be applied,
not even the default ones.
|
associationInverseSide, binder, bridge, bridge, documentId, fullTextField, fullTextField, genericField, genericField, indexedEmbedded, indexingDependency, keywordField, keywordField, marker, property, scaledNumberField, scaledNumberFieldS projectable(Projectable projectable)
projectable - Whether projections are enabled for this field.this, for method chaining.GenericField.projectable(),
ProjectableS searchable(Searchable searchable)
searchable - Whether this field should be searchable.this, for method chaining.GenericField.searchable(),
SearchableS 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()S valueBinder(ValueBinder binder)
binder - A ValueBinder responsible for creating a bridge.this, for method chaining.GenericField.valueBinder(),
ValueBinderdefault S withExtractor(String extractorName)
extractorName - The name of the container extractor to use.this, for method chaining.GenericField.extraction(),
BuiltinContainerExtractorsdefault S withoutExtractors()
this, for method chaining.GenericField.extraction()S withExtractors(ContainerExtractorPath extractorPath)
extractorPath - A ContainerExtractorPath.this, for method chaining.GenericField.extraction(),
ContainerExtractorPathCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.