Class LongitudeMarker.Binder
java.lang.Object
org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl.LongitudeMarker.Binder
- All Implemented Interfaces:
LatitudeLongitudeMarkerBinder,MarkerBinder
- Enclosing class:
- LongitudeMarker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(MarkerBindingContext context) Binds a marker to a POJO property.
-
Constructor Details
-
Binder
public Binder()
-
-
Method Details
-
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:
-
bind
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.
-