Interface PojoModelProperty

    • Method Detail

      • name

        String name()
        Returns:
        The name of this property.
      • markers

        <M> Collection<M> markers​(Class<M> markerType)
        Type Parameters:
        M - The type of returned markers.
        Parameters:
        markerType - A type of marker.
        Returns:
        A collection of markers with the given type found on this property.