Searched defs:Bean (Results 1 – 8 of 8) sorted by relevance
42 assertTrue(m.get("gold1") instanceof Bean); in testYamlMap() local62 assertTrue(m.get(0) instanceof Bean); in testYamlList() local63 assertTrue(m.get(1) instanceof Bean); in testYamlList() local66 public static class Bean { class in CollectionWithBeanYamlTest69 public Bean() { in Bean() method in CollectionWithBeanYamlTest.Bean73 public Bean(String value) { in Bean() method in CollectionWithBeanYamlTest.Bean
18 public class Bean { class21 public Bean() { in Bean() method in Bean24 public Bean(int value) { in Bean() method in Bean
18 public class Bean { class22 public Bean() { in Bean() method in Bean
18 public class Bean { class
16 public class Bean class
52 private class Bean class in AggregateLifeCycle54 Bean(Object b) in Bean() method in AggregateLifeCycle.Bean
97 public static class Bean { class in GenericListBeanTest
98 public static class Bean { class in GenericMapBeanTest