Interface PojoModelProperty

    • Method Detail

      • name

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

        @Deprecated
        default String getName()
        Deprecated.
        Use name() instead.
        Returns:
        The name of this property.
      • markers

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