コード例 #1
0
 public DefaultPayloadBuilder(TokenStore <string, object> token_store, ItemWithProperty item_with_property,
                              PropertyExpressionTokenFactory token_factory)
 {
     this.token_store        = token_store;
     this.item_with_property = item_with_property;
     this.token_factory      = token_factory;
 }
コード例 #2
0
 public DefaultPayloadBuilderFactory(PropertyExpressionTokenFactory the_property_expression_token_factory)
 {
     this.the_property_expression_token_factory = the_property_expression_token_factory;
 }