|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GeoConverters.GeoLocationToStringConverter>
org.springframework.data.solr.core.geo.GeoConverters.GeoLocationToStringConverter
@WritingConverter public static enum GeoConverters.GeoLocationToStringConverter
Converts a GeoLocation to a solrReadable request parameter.
| Enum Constant Summary | |
|---|---|
INSTANCE
Deprecated. |
|
| Method Summary | |
|---|---|
String |
convert(org.springframework.data.geo.Point source)
Deprecated. |
static GeoConverters.GeoLocationToStringConverter |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static GeoConverters.GeoLocationToStringConverter[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GeoConverters.GeoLocationToStringConverter INSTANCE
| Method Detail |
|---|
public static GeoConverters.GeoLocationToStringConverter[] values()
for (GeoConverters.GeoLocationToStringConverter c : GeoConverters.GeoLocationToStringConverter.values()) System.out.println(c);
public static GeoConverters.GeoLocationToStringConverter valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String convert(org.springframework.data.geo.Point source)
convert in interface Converter<org.springframework.data.geo.Point,String>
|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||