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 Details

    • Binder

      public Binder()
  • Method Details

    • markerSet

      public LatitudeMarker.Binder markerSet(String markerSet)
      Specified by:
      markerSet in interface LatitudeLongitudeMarkerBinder
      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:
    • bind

      public void bind(MarkerBindingContext context)
      Description copied from interface: MarkerBinder
      Binds a marker to a POJO property.

      Implementations are to call one of the marker(...) methods on the context to set the marker.

      Specified by:
      bind in interface MarkerBinder
      Parameters:
      context - A context object expecting a call to one of its marker(...) methods.