gluu
公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.model.uma.JsonLogicNodeParserTest クラス
org.xdi.oxauth.model.uma.JsonLogicNodeParserTest 連携図
Collaboration graph

公開メンバ関数

void parse () throws IOException
 

詳解

著者
yuriyz

関数詳解

◆ parse()

void org.xdi.oxauth.model.uma.JsonLogicNodeParserTest.parse ( ) throws IOException
inline
17  {
18  String json = IOUtils.toString(JsonLogicNodeParserTest.class.getClassLoader().getResourceAsStream("json-logic-node.json"));
19  JsonLogicNode node = JsonLogicNodeParser.parseNode(json);
20 
21  assertNotNull(node);
22  assertTrue(node.isValid());
23  }

このクラス詳解は次のファイルから抽出されました: