protected static class QueryMapper.Field extends Object
| Constructor and Description |
|---|
Field(String name)
Creates a new
QueryMapper.Field without meta-information but the given name. |
| Modifier and Type | Method and Description |
|---|---|
String |
getMappedColumnName()
Returns the key to be used in the mapped document eventually.
|
TypeInformation<?> |
getTypeHint() |
protected final String name
public Field(String name)
QueryMapper.Field without meta-information but the given name.name - must not be null or empty.public String getMappedColumnName()
public TypeInformation<?> getTypeHint()
Copyright © 2018–2019 Pivotal Software, Inc.. All rights reserved.