@groovy.transform.CompileStatic class GeometryCollectionType extends AbstractMappingAwareCustomTypeMarshaller<GeometryCollection, Document, Document>
Custom type implementation for persisting GeometryCollection instances
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
GEOMETRIES |
Constructor and description |
---|
GeometryCollectionType() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected GeometryCollection |
readInternal(PersistentProperty property, java.lang.String key, Document nativeSource) |
|
boolean |
supports(MappingContext context) |
|
protected java.lang.Object |
writeInternal(PersistentProperty property, java.lang.String key, GeometryCollection value, Document nativeTarget) |