Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1025171 // isTransientField

JavaX fragment (include)

sbool isTransientField(O object, S name) {
  Field f = getField(object, name);
  ret f != null && (f.getModifiers() & Modifier.TRANSIENT) != 0;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025171
Snippet name: isTransientField
Eternal ID of this version: #1025171/3
Text MD5: 158b86615694310dd7b823b7f4dc553b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-02 20:49:48
Source code size: 148 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 154 / 190
Version history: 2 change(s)
Referenced in: [show references]