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

    Modifier and Type
    Method
    Description
    void
    Binds a marker to a POJO property.
  • Method Details

    • 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 its marker(...) methods.