Class QualifiedName

  • All Implemented Interfaces:
    org.cactoos.Text

    public final class QualifiedName
    extends org.cactoos.text.TextEnvelope
    A fully qualified name of a field, an unambiguous name that specifies field without regard to the context of the call.
    Since:
    0.29
    • Constructor Detail

      • QualifiedName

        public QualifiedName​(String owner,
                             String attr)
        Ctor.
        Parameters:
        owner - The class the attribute belongs to
        attr - The name of the field