Class LatitudeMarker.Binder
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl.LatitudeMarker.Binder
-
- All Implemented Interfaces:
LatitudeLongitudeMarkerBinder,MarkerBinder
- Enclosing class:
- LatitudeMarker
public static class LatitudeMarker.Binder extends Object implements LatitudeLongitudeMarkerBinder
-
-
Constructor Summary
Constructors Constructor Description Binder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(MarkerBindingContext context)Binds a marker to a POJO property.LatitudeMarker.BindermarkerSet(String markerSet)
-
-
-
Method Detail
-
markerSet
public LatitudeMarker.Binder markerSet(String markerSet)
- Specified by:
markerSetin interfaceLatitudeLongitudeMarkerBinder- Parameters:
markerSet- The name of the "marker set". This is used to discriminate between multiple pairs of latitude/longitude markers.- Returns:
this, for method chaining.- See Also:
GeoPointBinder.markerSet(String)
-
bind
public void bind(MarkerBindingContext context)
Description copied from interface:MarkerBinderBinds a marker to a POJO property.Implementations are to call one of the
marker(...)methods on the context to set the marker.- Specified by:
bindin interfaceMarkerBinder- Parameters:
context- A context object expecting a call to one of itsmarker(...)methods.
-
-