Class FieldRef

    • Constructor Detail

      • FieldRef

        public FieldRef()
    • Method Detail

      • isStatic

        public abstract boolean isStatic()
        Whether the field is static.
      • getQualifiedName

        public abstract String getQualifiedName()
        Gets a fully qualified name of this field that includes the declaring type.
      • getReturnType

        public abstract Class<?> getReturnType()
      • isRoutable

        public boolean isRoutable()
        Returns true if this method is a 'public' method that should be used for routing requests.