| Modifier and Type | Method and Description |
|---|---|
static ObjectFieldStorage |
ObjectFieldStorage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectFieldStorage[] |
ObjectFieldStorage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IndexSchemaObjectField |
IndexSchemaElement.objectField(String relativeFieldName,
ObjectFieldStorage storage)
Add an object field to this index schema element with the given storage type.
|
| Modifier and Type | Method and Description |
|---|---|
IndexSchemaObjectFieldNodeBuilder |
IndexSchemaObjectNodeBuilder.addObjectField(String relativeFieldName,
ObjectFieldStorage storage)
Create a new object field and add it to the current builder.
|
IndexSchemaObjectFieldNodeBuilder |
IndexSchemaObjectNodeBuilder.createExcludedObjectField(String relativeFieldName,
ObjectFieldStorage storage)
Create a new object field, but do not add it to the current builder.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<IndexModelBindingContext> |
IndexModelBindingContext.addIndexedEmbeddedIfIncluded(MappableTypeModel parentTypeModel,
String relativePrefix,
ObjectFieldStorage storage,
Integer maxDepth,
Set<String> includePaths) |
| Modifier and Type | Method and Description |
|---|---|
void |
PojoMappingCollectorValueNode.indexedEmbedded(String relativePrefix,
ObjectFieldStorage storage,
Integer maxDepth,
Set<String> includePaths) |
| Modifier and Type | Method and Description |
|---|---|
PropertyIndexedEmbeddedMappingContext |
PropertyIndexedEmbeddedMappingContext.storage(ObjectFieldStorage storage) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.