org.compass.core.mapping.json
Interface JsonMapping

All Superinterfaces:
Mapping
All Known Subinterfaces:
JsonObjectMapping
All Known Implementing Classes:
JsonArrayMapping, JsonBoostPropertyMapping, JsonContentMapping, JsonIdMapping, JsonPropertyAnalyzerController, JsonPropertyMapping, PlainJsonObjectMapping, RootJsonObjectMapping

public interface JsonMapping
extends Mapping

Author:
kimchy

Method Summary
 String getFullPath()
          Returns a dot path to the mapping from the root.
 void setFullPath(String fullPath)
           
 
Methods inherited from interface org.compass.core.mapping.Mapping
controlsObjectNullability, copy, getConverter, getConverterName, getName, getPath, setConverter, setConverterName, setName, setPath
 

Method Detail

getFullPath

String getFullPath()
Returns a dot path to the mapping from the root.


setFullPath

void setFullPath(String fullPath)


Copyright (c) 2004-2008 The Compass Project.