| 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.
|
IndexSchemaFieldTemplateOptionsStep<?> |
IndexSchemaElement.objectFieldTemplate(String templateName,
ObjectFieldStorage storage)
Add an object field template to this index schema element with the given storage type.
|
| Modifier and Type | Method and Description |
|---|---|
IndexSchemaObjectFieldNodeBuilder |
IndexSchemaObjectNodeBuilder.addObjectField(String relativeFieldName,
IndexFieldInclusion inclusion,
ObjectFieldStorage storage)
Create a new object field and add it to the current builder.
|
IndexSchemaFieldTemplateOptionsStep<?> |
IndexSchemaObjectNodeBuilder.addObjectFieldTemplate(String templateName,
ObjectFieldStorage storage,
String prefix,
IndexFieldInclusion inclusion)
Create a new object field template and add it to the current builder.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectFieldStorage |
IndexedEmbeddedDefinition.getStorage() |
| Constructor and Description |
|---|
IndexedEmbeddedDefinition(MappableTypeModel definingTypeModel,
String relativePrefix,
ObjectFieldStorage storage,
Integer maxDepth,
Set<String> includePaths) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.