| java.lang.Object org.compass.core.converter.basic.AbstractBasicConverter org.compass.core.converter.dynamic.AbstractDynamicConverter
All known Subclasses: org.compass.core.converter.dynamic.GroovyDynamicConverter, org.compass.core.converter.dynamic.JakartaElDynamicConverter, org.compass.core.converter.dynamic.OgnlDynamicConverter, org.compass.core.converter.dynamic.VelocityDynamicConverter, org.compass.core.converter.dynamic.JexlDynamicConverter,
Method Summary | |
protected void | addProperty(Object value, ResourcePropertyMapping resourcePropertyMapping, Object root, MarshallingContext context, Resource resource) | public DynamicConverter | copy() | protected Object | doFromString(String str, ResourcePropertyMapping resourcePropertyMapping, MarshallingContext context) | abstract protected Object | evaluate(Object o, ResourcePropertyMapping resourcePropertyMapping) Evaluates the given data object using the configured expression. | public Class | getType() | public boolean | marshall(Resource resource, Object root, Mapping mapping, MarshallingContext context) | public void | setFormatConverter(FormatConverter formatConverter) | public void | setType(Class type) | public Object | unmarshall(Resource resource, Mapping mapping, MarshallingContext context) |
Methods inherited from org.compass.core.converter.basic.AbstractBasicConverter | public boolean canNormalize()(Code)(Java Doc) protected Property createProperty(String value, ResourcePropertyMapping resourcePropertyMapping, MarshallingContext context)(Code)(Java Doc) abstract protected Object doFromString(String str, ResourcePropertyMapping resourcePropertyMapping, MarshallingContext context) throws ConversionException(Code)(Java Doc) protected void doSetBoost(Property property, Object root, ResourcePropertyMapping resourcePropertyMapping, MarshallingContext context) throws ConversionException(Code)(Java Doc) protected String doToString(Object o, ResourcePropertyMapping resourcePropertyMapping, MarshallingContext context)(Code)(Java Doc) public Object fromString(String str, ResourcePropertyMapping resourcePropertyMapping) throws ConversionException(Code)(Java Doc) protected Object fromString(String str, ResourcePropertyMapping resourcePropertyMapping, MarshallingContext context) throws ConversionException(Code)(Java Doc) protected String getNullValue(ResourcePropertyMapping resourcePropertyMapping, MarshallingContext context)(Code)(Java Doc) protected boolean handleNulls(ResourcePropertyMapping resourcePropertyMapping, MarshallingContext context)(Code)(Java Doc) protected boolean isNullValue(String value, ResourcePropertyMapping resourcePropertyMapping, MarshallingContext context)(Code)(Java Doc) public boolean marshall(Resource resource, Object root, Mapping mapping, MarshallingContext context) throws ConversionException(Code)(Java Doc) public String toString(Object o, ResourcePropertyMapping resourcePropertyMapping)(Code)(Java Doc) protected String toString(Object o, ResourcePropertyMapping resourcePropertyMapping, MarshallingContext context)(Code)(Java Doc) public Object unmarshall(Resource resource, Mapping mapping, MarshallingContext context) throws ConversionException(Code)(Java Doc)
|
|
|