| 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 |
|---|---|
ObjectFieldStorage |
IndexedEmbeddedDefinition.getStorage() |
| Constructor and Description |
|---|
IndexedEmbeddedDefinition(MappableTypeModel definingTypeModel,
String relativePrefix,
ObjectFieldStorage storage,
Integer maxDepth,
Set<String> includePaths) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.