use of io.sundr.builder.internal.functions.ToPojo in project sundrio by sundrio.
the class SimpleAnnotationTest method testPojo.
@Test
public void testPojo() {
System.out.println(simpleClassDef);
TypeDef pojo = new ToPojo().apply(TypeArguments.apply(simpleClassDef));
Assert.assertNotNull(pojo);
}