Uses of Class
org.elasticsearch.index.mapper.DynamicTemplate.MatchType
-
Packages that use DynamicTemplate.MatchType Package Description org.elasticsearch.index.mapper -
-
Uses of DynamicTemplate.MatchType in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return DynamicTemplate.MatchType Modifier and Type Method Description static DynamicTemplate.MatchTypeDynamicTemplate.MatchType. fromString(String value)static DynamicTemplate.MatchTypeDynamicTemplate.MatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static DynamicTemplate.MatchType[]DynamicTemplate.MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-