public class DynamicTemplate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamicTemplate
|
| Constructor and Description |
|---|
DynamicTemplate(String
|
| Modifier and Type | Method and Description |
|---|---|
Map |
conf()
|
boolean |
equals(Object
|
int |
hashCode()
|
boolean |
hasType()
|
Map |
mappingForName(String
|
String |
mappingType(String
|
boolean |
match(ContentPath
|
String |
name()
|
static DynamicTemplate |
parse(String
|
public static DynamicTemplateparse(String name, Map <String ,Object > conf) throws MapperParsingException
MapperParsingException
public Stringname()
public boolean match(ContentPathpath, String name, String dynamicType)
public boolean hasType()
public boolean equals(Objecto)
public int hashCode()