Package com.enonic.xp.repository
Class IndexMapping
- java.lang.Object
-
- com.enonic.xp.repository.IndexMapping
-
@PublicApi public class IndexMapping extends Object
-
-
Constructor Summary
Constructors Constructor Description IndexMapping(com.fasterxml.jackson.databind.JsonNode resourceNode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndexMappingfrom(PropertyTree propertyTree)static IndexMappingfrom(String string)static IndexMappingfrom(URL url)StringgetAsString()com.fasterxml.jackson.databind.JsonNodegetNode()
-
-
-
Method Detail
-
from
public static IndexMapping from(PropertyTree propertyTree)
-
from
public static IndexMapping from(URL url)
-
from
public static IndexMapping from(String string)
-
getNode
public com.fasterxml.jackson.databind.JsonNode getNode()
-
getAsString
public String getAsString()
-
-