Interface MarkerBinder
-
- All Known Subinterfaces:
AlternativeDiscriminatorBinder
,LatitudeLongitudeMarkerBinder
- All Known Implementing Classes:
MarkerBinderRef.UndefinedBinderImplementationType
public interface MarkerBinder
A binder of property markers.This binder takes advantage of provided metadata to pick, configure and create a marker object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bind(MarkerBindingContext context)
Binds a marker to a POJO property.
-
-
-
Method Detail
-
bind
void bind(MarkerBindingContext context)
Binds a marker to a POJO property.Implementations are to call one of the
marker(...)
methods on the context to set the marker.- Parameters:
context
- A context object expecting a call to one of itsmarker(...)
methods.
-
-