@ReadingConverter public static enum GeoConverters.MapToGeoJsonLineStringConverter extends Enum<GeoConverters.MapToGeoJsonLineStringConverter> implements Converter<Map<String,Object>,GeoJsonLineString>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
GeoJsonLineString |
convert(Map<String,Object> source) |
static GeoConverters.MapToGeoJsonLineStringConverter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoConverters.MapToGeoJsonLineStringConverter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoConverters.MapToGeoJsonLineStringConverter INSTANCE
public static GeoConverters.MapToGeoJsonLineStringConverter[] values()
for (GeoConverters.MapToGeoJsonLineStringConverter c : GeoConverters.MapToGeoJsonLineStringConverter.values()) System.out.println(c);
public static GeoConverters.MapToGeoJsonLineStringConverter valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic GeoJsonLineString convert(Map<String,Object> source)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.