| org.compass.core.converter.dynamic.AbstractDynamicConverter org.compass.core.converter.dynamic.GroovyDynamicConverter
Methods inherited from org.compass.core.converter.dynamic.AbstractDynamicConverter | protected void addProperty(Object value, ResourcePropertyMapping resourcePropertyMapping, Object root, MarshallingContext context, Resource resource)(Code)(Java Doc) public DynamicConverter copy()(Code)(Java Doc) protected Object doFromString(String str, ResourcePropertyMapping resourcePropertyMapping, MarshallingContext context) throws ConversionException(Code)(Java Doc) abstract protected Object evaluate(Object o, ResourcePropertyMapping resourcePropertyMapping) throws ConversionException(Code)(Java Doc) public Class getType()(Code)(Java Doc) public boolean marshall(Resource resource, Object root, Mapping mapping, MarshallingContext context) throws ConversionException(Code)(Java Doc) public void setFormatConverter(FormatConverter formatConverter)(Code)(Java Doc) public void setType(Class type)(Code)(Java Doc) public Object unmarshall(Resource resource, Mapping mapping, MarshallingContext context) throws ConversionException(Code)(Java Doc)
|
|
|