Searched refs:getPrimaryType (Results 1 – 7 of 7) sorted by relevance
97 assertEquals("PrimaryType", cu.getPrimaryType().get().getNameAsString()); in testGetPrimaryType()106 assertFalse(cu.getPrimaryType().isPresent()); in testNoPrimaryType()
120 public abstract JavaType getPrimaryType(); in getPrimaryType() method in BeanPropertyDefinition
339 public JavaType getPrimaryType() { in getPrimaryType() method in POJOPropertyBuilder373 return getPrimaryType().getRawClass(); in getRawPrimaryType()
201 public JavaType getPrimaryType() { in getPrimaryType() method in SimpleBeanPropertyDefinition
480 public Optional<TypeDeclaration<?>> getPrimaryType() { in getPrimaryType() method in CompilationUnit
744 beanDesc, refProp, refProp.getPrimaryType())); in addBackReferenceProperties()
373 * `getPrimaryTypeName` and `getPrimaryType` give access to the type that has the same name as the f…