Interface ReadableProperty<V>

    • Method Detail

      • getName

        String getName()
        Specified by:
        getName in interface PropertyPath<V>
        Returns:
        the name of the property. By convention it should start with a capital letter followed by alpha-numeric characters. The name of a single property must especially not contain the dot character (.) that is used to separate segments in a path.
      • isTransient

        default boolean isTransient()
        Returns:
        true if transient (e.g. computed and therefore not to be marshalled), false otherwise.