Searched refs:BaseContainer (Results 1 – 3 of 3) sorted by relevance
146 static class BaseContainer { class in ExternalTypeIdTest149 protected BaseContainer() { throw new IllegalStateException("wrong constructor called"); } in BaseContainer() method in ExternalTypeIdTest.BaseContainer152 …public BaseContainer(@JsonProperty("baseContainerProperty") String bcp, @JsonProperty("base") Base… in BaseContainer() method in ExternalTypeIdTest.BaseContainer402 BaseContainer baseContainer = new BaseContainer("bc prop val", base); in testIssue798()404 BaseContainer baseContainer2 = MAPPER.readValue(generatedJson,BaseContainer.class); in testIssue798()
189 class BaseContainer(object): class233 collections_abc.MutableSequence.register(BaseContainer)236 class RepeatedScalarFieldContainer(BaseContainer):347 class RepeatedCompositeFieldContainer(BaseContainer):
1732 * Added a sort() interface to the BaseContainer.