Searched refs:RepresentDice (Results 1 – 2 of 2) sorted by relevance
66 this.representers.put(CustomBean.class, new RepresentDice()); in MyRepresenter()69 private class RepresentDice implements Represent { class in RepresentTest.MyRepresenter
56 this.representers.put(Dice.class, new RepresentDice()); in DiceRepresenter()59 private class RepresentDice implements Represent { class in DiceExampleTest.DiceRepresenter