Class BuilderFieldReference

    • Method Detail

      • getDefiningClass

        @Nonnull
        public java.lang.String getDefiningClass()
        Description copied from interface: FieldReference
        Gets the type of the class that defines the referenced field.
        Specified by:
        getDefiningClass in interface FieldReference
        Returns:
        The type of the class that defines the referenced field
      • getName

        @Nonnull
        public java.lang.String getName()
        Description copied from interface: FieldReference
        Gets the name of the referenced field.
        Specified by:
        getName in interface FieldReference
        Returns:
        The name of the referenced field
      • getType

        @Nonnull
        public java.lang.String getType()
        Description copied from interface: FieldReference
        Gets the type of the referenced field.
        Specified by:
        getType in interface FieldReference
        Returns:
        The type of the referenced field